jsoneditor/examples/react_demo
dependabot[bot] 341cc2ca8e
Bump acorn from 5.7.3 to 5.7.4 in /examples/react_demo (#930)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 15:37:29 +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 Bump acorn from 5.7.3 to 5.7.4 in /examples/react_demo (#930) 2020-03-14 15:37:29 +01:00
package.json Update react in group default to the latest version 🚀 (#919) 2020-02-29 13:13:38 +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