Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacobmgevans/finite-state-machine
- Owner: JacobMGEvans
- License: mit
- Created: 2019-12-23T19:10:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:40:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T18:18:00.935Z (over 1 year ago)
- Language: CSS
- Size: 4.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```