react-boilerplate
react-boilerplate copied to clipboard
An simple webpack boilerplate for React projects.
Bolierplate for React projects
An simple webpack boilerplate for React projects.
Features
- Transpiling ES201x and JSX via Babel
- Type checking with Flow
- Linting with ESLint
- Testing React Components with Jest
- Redux with Redux Dev Tools
Usage
yarn start- Start webpack server for developementyarn test- Run tests with Jestyarn run lint- Lint files with ESLintyarn run flow- Typecheck files with Flowyarn run build- Build bundle for productionyarn run clean- Cleanup build directories
Check the scripts section in package.json for more details.