Kickstarts a new React app - fork of Create React App
- User Guide – How to develop apps bootstrapped with Create React App.
 
- Create React App features + ...
 - React Router
 - SCSS
 - SVG sprites
 - Assets optimisation (png, jpg, svg, ...)
 - Automatic polyfilling (using Polyfill.io)
 
- Install: 
npm install - Start dev: 
npm start - Production build: 
npm run build 
- Lint SCSS: 
npm run lint:scss 
We use BEM across our projects.
We use Polyfill.io to polyfill missing Javascript functionality. Simply add any missing functionality by appending the polyfill.io url in src/public/index.html with the feature you need.
- ESLint (Atom Plugin/Sublime Plugin)
 - SASS Lint (Atom Plugin/Sublime Plugin)
 - Beautifier (Atom Plugin)
 
This project was bootstrapped with Create React App.