https://alexeymolchan.github.io/game-points-app/
- NodeJS v18.x
- NPM is required.
- Clone the repo, cd into it and run:
npm install
npm run dev
This will also automatically launch default browser (if it wasn't running) and open http://localhost:5173 in it.
To build a production version: npm run build
. This will build a production bundle in a /dist
folder
Vitest and React Testing Library are used for testing. To perform a single run without a watch mode npm run test
.
If you would like to start test in watch mode use npm run test:watch
.