The purpose is to handle the authentication process and state in several concrete finite state machines using Xstate.
The app can be seen here: https://classic-models.netlify.app/
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- node > 12
npm install node@latest -g
Also works with Yarn
- Clone the repo
git clone https://github.com/nicholas570/classic-models-client.git
- Install NPM packages
npm install
- Run the server
npm start
Needed to enable hot reloading with CRA 4+
FAST_REFRESH=false
- keep on testing
- Global browse machine
- Handle 500 in the machines