This is BOSSY's template for Create React App.
npx create-react-app my-app --template bossy
- @reach/router for routes
- Eslint to lint JS
- Prettier
- Sass-lint to lint sass, plus initial sass configured
- Git hooks to run sass and js linters before making a commit.
- Gitlab CI to test JS and SASS, and with Gitlab pages deployment configured.
- i18next: translations already configured in the project. To add new languages, simply add a new json file with the strings. More info at https://www.i18next.com/
Send a PR to this repo and explain the improvement/feature you are adding.