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