nklein / trivia-quiz

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 72.1%Language:JavaScript 15.9%Language:CSS 12.1%