Built on React Starterify
Not yet
Install the dependencies:
npm install
Test:
npm run test
Development mode with livereload:
npm run watch
When you are done, create a production ready version of the JS bundle:
npm run build
- React Router integration
- CSS processing via PostCSS
- cssnano for minification
- nested
- extend
- vars
- autoprefixer
- gulpifle written in ES6 (ES2015)
- better folder structure
- no predefined AJAX libraries (use Fetch or Superagent if you need one).