jsoneditor/examples/react_demo
Snyk bot 16a46885fe
fix: upgrade react-scripts from 3.4.0 to 3.4.1 (#943)
Snyk has created this PR to upgrade react-scripts from 3.4.0 to 3.4.1.

See this package in NPM:
https://www.npmjs.com/package/react-scripts

See this project in Snyk:
https://app.snyk.io/org/josdejong/project/913c7924-24ae-4f86-8a9b-91da27c3e8f1?utm_source=github&utm_medium=upgrade-pr
2020-03-24 20:10:00 +01: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 fix: upgrade react-scripts from 3.4.0 to 3.4.1 (#943) 2020-03-24 20:10:00 +01:00
package.json fix: upgrade react-scripts from 3.4.0 to 3.4.1 (#943) 2020-03-24 20:10:00 +01: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