Create React App boilerplate

What is inside?

This project uses lot of stuff as:

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • cy:open: runs cypress to e2e tests
  • cy:run: runs cypress in headless mode
  • prepare: starts husky install and configuration