Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 973 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 973 Bytes

Create React App Boilerplate

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

Usage

  • 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

Conventions

This project follows C-Hive guides for code style, way of working and other development concerns.

License

The project is available as open source under the terms of the MIT License.