An open API service indexing awesome lists of open source software.

https://github.com/foxhound87/mobx-react-form-demo

Demo of MobX React Form
https://github.com/foxhound87/mobx-react-form-demo

demo form mobx react

Last synced: 5 months ago
JSON representation

Demo of MobX React Form

Awesome Lists containing this project

README

          

# [MobX React Form](https://github.com/foxhound87/mobx-react-form) Demo

# Live Demo

[https://foxhound87.github.io/mobx-react-form-demo](https://foxhound87.github.io/mobx-react-form-demo)

# Quick Start

Run:

```bash
❯ npm run submodules:add
❯ npm run submodules:fetch
❯ npm run submodules:install
❯ npm install --legacy-peer-deps
❯ npm run dev
```

and go to `http://localhost:8888`.