Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobmgevans/finite-state-machine

experiments and research with finite state machines.
https://github.com/jacobmgevans/finite-state-machine

Last synced: 29 days ago
JSON representation

experiments and research with finite state machines.

Awesome Lists containing this project

README

        

# Finite State Machine Series on Dev.to
This repo will be where the code and learning is happening for the blog series https://dev.to/jacobmgevans/xstate-series-introduction-16mc

# fsm-projects
This folder is where each project for the blog and learning purposes. They will be in named folders
related to what the State Machine will be used for

Each project can be a standalone repo if someone wants to just work with that project.

## Run a project
- "cd" into the project directory (i.e. counter) or directly open it
- run
```shell
yarn && yarn start
```
or
```shell
npm install && npm run start
```