/trivia-quiz

Start of project to make simple web-based trivia app... mostly included so I can recall how to setup Typescript and webpack

Primary LanguageTypeScript

Trivia Quiz

To build the client, go into the client directory and type:

  • npm ci --development
  • npm run build or npm run build-prod

Then, open dist/index.html in a browser.