jsoneditor/examples/react_advanced_demo
dependabot[bot] 98e9fb222c
Bump acorn from 5.7.3 to 5.7.4 in /examples/react_advanced_demo (#929)
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:36:48 +01: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 Bump acorn from 5.7.3 to 5.7.4 in /examples/react_advanced_demo (#929) 2020-03-14 15:36:48 +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 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