Simple React Boilerplate for my projects.
- Install
- Setup ESLint, Flow, and Prettier VSCode setup
- Run Dev Server
- Run Flow
- Start Building
npm install
npm run dev
npm run build
// start the flow server
npm run flow start
// stop the flow server
npm run flow stop
// check the flow status
npm run flow status
// check the flow coverage percentage
npm run flow coverage
- React 16
- jQuery Javascript Library
- FontAwesome Icons
- Webpack 3 conveniently bundles your code for you.
- Babel lets you use ES6/7 features.
- ESLint with AirBnB Rules
- Flow Static type checker for JS
- Prettier Code formatter
- Webpack Dev Server with Hot Module Reloading for JS and CSS makes development quick and easy.
- CSS pre-processors setup for SASS lets you keep your styles clean and organized.
- Add testing with Jest
- More to come...
