Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 660 Bytes

NestJS & XState example

Project to show some of the challenges and issues that I encountered when implementing XState in NestJS.

Do not use this as a starting point for your project ;-)

You can trigger state transitions using these end points:

Installation

You need a local redis instance to run the project on localhost:6379 (or change the details in ConfigService).

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev