jsoneditor/examples/react_demo
dependabot[bot] 4d12b1d000 Bump handlebars from 4.0.11 to 4.1.2 in /examples/react_demo (#725)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 19:37:39 +02:00
..
public Implement a simple React demo 2018-08-06 17:10:07 +02:00
src Release v5.24.6 2018-09-12 09:44:23 +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 handlebars from 4.0.11 to 4.1.2 in /examples/react_demo (#725) 2019-07-04 19:37:39 +02:00
package.json Update dependencies of react examples 2019-06-12 22:01:56 +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