Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 398 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 398 Bytes

Ratings Simulator

Project is bootstrapped with Vite react-ts template.

Developing locally

Following commands are available for local development and CI

Install dependencies:

npm i

Start dev server locally:

npm run dev

Run unit tests:

npm run test

Create a production build:

npm run build

Preview locally

npm run preview