Extended version of the generic js-boilerplate that sets the ground for a Create React App project.
It has
- everything from js-boilerplate
- ESLint rules for React
- ESLint rules for Jest
- Yarn
- Follow instruction in https://github.com/facebook/create-react-app
yarn add --dev eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import eslint-plugin-jest eslint-plugin-prettier eslint-plugin-react prettier
- Manually merge
package.json
- Overwrite other files
yarn lint:fix
- Fix remaining issues manually
This project follows C-Hive guides for code style, way of working and other development concerns.
The project is available as open source under the terms of the MIT License.