Skip to content

Files

trivia-game-vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 26, 2019
Jan 1, 2020
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Apr 22, 2025
Dec 26, 2019
Apr 22, 2025

Trivia Game

This example showcases several state machine concepts including guards, transient functions, and invoking services.

Trivia Game machine visualized

Running Locally

  1. After cloning and navigating into the trivia-game-vue directory, execute:
yarn && yarn test

or

npm install && npm t

This will install dependencies and run tests to verify no issues

  1. Start the application by executing:
yarn start

or

npm start