This example showcases several state machine concepts including guards, transient functions, and invoking services.
Trivia Game machine visualized
- 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
- Start the application by executing:
yarn start
or
npm start