Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 543 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 543 Bytes

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-react 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