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
yarn && yarn startor
npm install && npm run start