jsoneditor/examples/react_demo
Vishwas Navada K f100c4f403 change jsoneditor dependency property value. (#787)
* change jsoneditor dependency property value. 

Adding the jsoneditor version into package.json npm install did not install jsoneditor with "file:../..".

* update jsoneditor version to have version.
2019-09-07 11:29:36 +02:00
..
public Implement a simple React demo 2018-08-06 17:10:07 +02:00
src Some fixes and updates in examples 2019-09-01 16:37:57 +02:00
.env Some fixes and updates in examples 2019-09-01 16:37:57 +02:00
.gitignore Implement a simple React demo 2018-08-06 17:10:07 +02:00
README.md Implement a simple React demo 2018-08-06 17:10:07 +02:00
package-lock.json Some fixes and updates in examples 2019-09-01 16:37:57 +02:00
package.json change jsoneditor dependency property value. (#787) 2019-09-07 11:29:36 +02:00

README.md

JSONEditor React demo

This project was bootstrapped with Create React App.

Install

Install dependencies once:

npm install

Run

To run the demo:

npm start

This will open a development server at http://localhost:3000