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
- Host: GitHub
- URL: https://github.com/foxhound87/mobx-react-form-demo
- Owner: foxhound87
- Created: 2016-12-08T23:29:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T12:46:50.000Z (11 months ago)
- Last Synced: 2025-10-13T18:21:26.415Z (9 months ago)
- Topics: demo, form, mobx, react
- Language: TypeScript
- Homepage: https://foxhound87.github.io/mobx-react-form/demo.html
- Size: 3.23 MB
- Stars: 82
- Watchers: 6
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`.