marcosmendesobj / create-react-app-boilerplate

Home Page:create-react-app-boilerplate.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

create-react-app-boilerplate.vercel.app


Languages

Language:TypeScript 82.8%Language:JavaScript 12.3%Language:HTML 3.7%Language:Shell 1.2%