Home

Awesome

Angular Example using State Machine

This is an example project demonstrating how to use the ngx-state-machine. library with React. The project showcases:

The ngx-state-machine is an Angular specific wrapper for the core library, simple-state-machine.

Features

Prerequisites

Make sure you have the following installed:

Getting Started

1. Install Dependencies

Clone the repository and install the required dependencies:

npm install

2. Run the application

npm run start

3. Run the unit tests

npm run test