GitXplorerGitXplorer
a

game-points-app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e0cd5bff3bac318b3e99375090ff14357b6ffc25

bumped version

aalexeymolchan committed a year ago
Unverified
90f06ea87cd429c58c5878de007f245b76ffd851

updated styles

aalexeymolchan committed a year ago
Unverified
dd88a75f966a3bb12c6de230c846a191da2905bb

bumped version

aalexeymolchan committed a year ago
Unverified
551d7a7cf65524866a1980ee88389b7702ee4ca1

conditionally determined config base option

aalexeymolchan committed a year ago
Unverified
def44cb98da92022e75576637c5209c4f5eec646

fixed config

aalexeymolchan committed a year ago
Unverified
ee8d728535f7779e0a705e8c5d688d6b7a9f333b

cleaned up styles

aalexeymolchan committed a year ago

README

The README file for this repository.

Game Points App

This app is available on github pages:

https://alexeymolchan.github.io/game-points-app/

Prerequisites:

  • NodeJS v18.x
  • NPM is required.
  • Clone the repo, cd into it and run: npm install

Build and run

Run app in watch mode

npm run dev

This will also automatically launch default browser (if it wasn't running) and open http://localhost:5173 in it.

Build a production version

To build a production version: npm run build. This will build a production bundle in a /dist folder

Testing

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.