Todo.-.Google.Chrome.2023-07-27.16-24-09.mov
Running locally:
- Run
yarn
to install all dependencies - Start the application with
yarn run dev
- Now you can visit
localhost:3000
from your browser
Running tests:
- Run
yarn test
to execute the tests and export the reports to/coverage
folder
Running lint:
- Run
yarn lint
to execute the eslint to fix and find problems in your code - want to know more about eslint commands? Follow the link
Ready to run in production? Checkout going to production.