
rr-frontend-choir
Running locally
- yarn start
Linting
- yarn eslint:watch runs eslint in watch and fix mode.
- yarn eslint runs eslint once (no fix mode)
Testing
- yarn test:watch to run in watch mode
- yarn test --coverage to run it once and see test coverage
Flow
The client-side code uses Flow for type-checking.
- yarn flow:watch to run Flow in watch mode
Push to remote
There is a prepush hook, that runs prior to pushing the code to remote. The push will fail if there are any errors in tests, linting or flow.
Current Tags
- 1.0.0 ... latest (3 years ago)
1 Versions