- Volta - to manage node versions
- Node.js - 20.17.0
- npm - 10.8.2
- Install dependencies
npm install
- Run the dev server:
npm run dev
- Open http://localhost:4000 with your browser.
To create a production build:
npm run build
Preview the built app:
npm run preview
To run test in watch mode use the command below:
npm run test:watch
To generate coverage report use the command below:
npm run test:coverage