Todo.-.Google.Chrome.2023-07-27.16-24-09.mov
Running locally:
- Run yarnto install all dependencies
- Start the application with yarn run dev
- Now you can visit localhost:3000from your browser
Running tests:
- Run yarn testto execute the tests and export the reports to/coveragefolder
Running lint:
- Run yarn lintto 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.