- This repository provides a scafollding for React application integrated with context and typescript. Defines several conventions for development structure and testing.
- React - create react app
- Typescript
- Cypress
- yarn install
installs dependencies. It should be used in favor of npm to use the lock file - yarn start
starts the web app - yarn start:local
starts the web app with .env.local config - yarn start:dev
starts the web app with .env.dev config - yarn test
run unit tests - yarn test:e2e
run cypress e2e tests - yarn build
build production bundle
- Add linter rules and task to verify
- Add auth example