Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efishery/json-reactform-tester
Project to test and help develop json-reactform locally.
https://github.com/efishery/json-reactform-tester
Last synced: about 1 month ago
JSON representation
Project to test and help develop json-reactform locally.
- Host: GitHub
- URL: https://github.com/efishery/json-reactform-tester
- Owner: eFishery
- Created: 2020-02-13T07:29:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:15:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T16:00:49.792Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.96 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to test json-reactform locally
1. Clone this repo, install with `yarn`
2. Clone repo [json-reactform]("https://github.com/eFishery/json-reactform"), install with `yarn`
3. Register json-reactform in your local machine registry. In root directory's json-reactform project, run `yarn link`
4. Link json-reactform to this project. In root directory's json-reactform-tester project, run `yarn link json-reactform`
5. Then define Form's model within json-reactform-tester project. Start it's server.
6. Start develop json-reactform. Everytime you make change, run `yarn build`. It will hot reload your json-reactform-tester.