The project aims to give a simple boilerplate with most used dependencies for start a ReactJS project.
- Commitlint
- Styled components
- Datefns
- React app rewired
- React router dom
- SWR
- Axios
- Prop types
- Eslint
- Color
- Jest
The testing and lint process are tasks automated with husky before commit message.
# Start the development environment
yarn start
# or
npm run start
# Start the build process environment
yarn build
#or
npm run build
# Start the javascript lint process - with --max-warnings=0 attrs for no warning allowed
yarn lint
#or
npm run lint
# Start the testing process
yarn test
#or
npm run test
# Start the testing process with watch attrs
yarn test:watch
#or
npm run test:watch
You can check the CONTRIBUTING.md file for more information about how to helps us with this boilerplate.
This project is licensed under the MIT License