Boilerplate from front end projects.
To use it you just need to clone it.
You can run dev server by running the command: yarn start
.
In order to run tests execute the command: yarn test
.
- webpack - to budle application.
- babel - to deal with JS transpilling
- eslint - to deal with code best pratices.
- commitlint - to validate git commit messages.
- husky - to implements custom git hooks.
- react - to implement user interfaces.
- prop-typpes - for deal with Rect components prop validation.
- react-loadable - for deal with code spliting and lazy loading.
- react-router - for mange routes.
- jest + @testing-library/react - for testing.
Guilherme Popolin
This project is licensed under the MIT License.