This boilerplate contains webpack, integrated with the devServer, with configuration files for development and production modes.
- ReactJS
- Jest
- Sass
- Eslint
- Prettier
- EditorConfig
Clone the repository.
Install the dependencies
yarn
Start the aplication
yarn start
Initialize jest
yarn test
Generate the build
yarn build