This project was bootstrapped with Create React App.
Getting started
$ git clone
$ git init && npm install
$ npm start
Why this template over create-react-app ?
This template provide :
- ESLint AirBnB/Prettier configuration
- Prettier configuration
- Pre-commit prettifying
- Pre-commit linting check
- Pull request linting check (thanks to Github Action)