This app is a quiz game about the board game, made with Vanilla Javascript.
You can find a live demo of the app. Enjoy the game!
-
Clone this repository
git clonehttps://github.com/nikolas-con/proto-io-exercise.git -
Move to proto-io-exercise folder
cd proto-io-exercise -
Install the dependencies
npm install
- Use the
devscripts to run the app in development
npm run dev
- Use the
buildscripts to build the app for production
npm run build
- Use the
prod_localscripts to run the production code locally
npm run prod_local