Running locally:
- Run
yarnto install all dependencies - Start the application with
yarn dev - Now you can visit
localhost:3000from your browser
Running tests:
- Run
yarn testto execute the tests - Run
yarn test:coverageto execute the tests and export the reports to/coveragefolder - Run
yarn test:uto update the snapshots tests
Checking types:
- Check types of all files with
yarn type-check
Formatting:
- Format all files with
yarn format
Ready to run in production? Please check our deployment guides.