jsoneditor/examples/react_advanced_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 Implemented advanced react example and some minor improvements 2018-08-07 13:32:41 +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 Implemented advanced react example and some minor improvements 2018-08-07 13:32:41 +02:00
README.md Implemented advanced react example and some minor improvements 2018-08-07 13:32:41 +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 advanced 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