fr-esco / trustlayer-trivia

TrustLayer take-home coding challenge: Trivia game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trustlayer-trivia

TrustLayer take-home coding challenge: Trivia game.

Live demo

Trivia web app is online (deployed in production mode).

Development

Dependencies

Install dependencies with yarn:

yarn

Or, if you have only npm installed:

npx synp -s yarn.lock
npm i

Run locally

The following commands will run the application (in development mode):

yarn start

or

npm start

If you want to try the production mode:

nx run trivia:serve:production

Then, open your browser on http://localhost:4200/.

About

TrustLayer take-home coding challenge: Trivia game

License:The Unlicense


Languages

Language:TypeScript 59.7%Language:HTML 22.4%Language:SCSS 9.2%Language:JavaScript 8.7%