Steps to run Install Dependencies for other scripts npm install To Run Application (It will start a dev server at http://localhost:5173/) npm run dev To Run Tests npm run test To Run Tests With Coverage npm run test:coverage