Run those command line at the root directory to start back and front
yarn dev
- starts the application in development modeyarn build
- builds the application for productionyarn lint:check
- lints all.ts
and.tsx
filesyarn lint:fix
- lints fix all.ts
and.tsx
filesyarn test:cov
- run test coverage