- Create a skeleton project to begin react apps with native gulp, sass, babel, browserify, etc...
- Clone Project
- Install Node.js
- Install GulpJS with
npm install gulp -g - Run
npm installto install all node required node modules
- Developement Mode - run
gulp- This will run the project in developement mode- Creating Non-Minified CSS and JS files
- Production Mode - run
gulp --production- This will run the project in production mode
The Default React Entry Javascript File is src/js/app.js