File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed
Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 22
33React Component for editing JSON data using form inputs.
44
5- # Developing
5+ ### Live demo
66
7- 1 . Clone the repo.
8- 2 . Run ` npm install ` to install packages required for development.
9- 3 . The source files are in ` src/ ` directory. These are the files you need to change.
10- 4 . Run ` npm run dev ` . This will start a script which will automatically compile
11- js files upon changes.
7+ https://bhch.github.io/react-json-form/
128
13- ** To view your changes** , use the ` dev/index.html ` file. This is used for rendering
14- the library while developing it.
9+ ### Documentation
1510
16- 1 . Open a new terminal
17- 2 . Go into ` dev/ ` directory: ` cd dev ` .
18- 3 . Run ` python3 -m http.server ` This will start a server at ` localhost:8000 `
19- which will serve the ` dev/index.html ` file.
20- 4 . Open ` localhost:8000 ` in your browser and you're set for testing.
21-
22- Currently, there's no hot-reloading set up, so when you make changes you'll
23- have to reload the page manually to view changes.
24-
25- For building production packages, run: ` npm run build ` .
11+ https://bhch.github.io/react-json-form/
You can’t perform that action at this time.
0 commit comments