Skip to content

diogorochaa/xstate-react

Repository files navigation

Xstate React

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Esse projeto foi desenvolvido para usar o Xstate com react

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/diogorochaa/xstate-react.git

# Access
$ cd xstate-react

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Diogo

 

Back to top