Skip to content

qvik/ratings-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f04e4c2 · May 3, 2023

History

25 Commits
Mar 22, 2023
Mar 17, 2023
Apr 24, 2023
Mar 15, 2023
Mar 16, 2023
Mar 15, 2023
Mar 14, 2023
Mar 16, 2023
May 3, 2023
Mar 16, 2023
Mar 16, 2023
Mar 15, 2023
Mar 16, 2023
Mar 15, 2023
Mar 15, 2023
Mar 16, 2023

Repository files navigation

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