Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 524 Bytes

This is the boilerplate with which you can create your React project

Some configuration modules installed already, which will help in the development process

  • Webpack
  • Babel
  • Eslint
  • Prettier
  • Flow

Pre-commit hook is activated and will check Eslint, Prettier, and commit message style before committing

In the project, we use Yarn

To set up your first project you only need to clone this repository, then setup dependencies with the 'yarn install' command

To start the project run yarn start