Starter to TheBrain Software House / Codecamps training:
Please clone this repo and run npm install.
For a reference - this is create-react-app with a few changes:
- updated to react-scripts@next (2.0.0) so we can use current jest, instead of a version that's over a year ago (which in jest land is ages)
- added .eslintrc with custom rules including prettier
- removed service workers (not used for demonstration purposes)
- linted the remaining of the code
- added CircleCi configuration