E2E Simple App
Technologies used:
- React
- Styled Components (emotionjs)
- TypeScript
- ESLint + prettier
- Jest
- Cypress
Commands
npm run dev
to run the project locallynpm run test
to run jest testsnpm run test--e2e
to run cypress testsnpm run type-check
type check the project for TypeScript errors (babel TypeScript package does not do it automatically)