jsoneditor/examples/react_demo
jos f209df27a9 Updated readme 2016-12-26 10:26:33 +01:00
..
public Worked out react bundle (not yet working though) 2016-12-26 10:18:26 +01:00
src Worked out react bundle (not yet working though) 2016-12-26 10:18:26 +01:00
.gitignore Worked out react bundle (not yet working though) 2016-12-26 10:18:26 +01:00
README.md Updated readme 2016-12-26 10:26:33 +01:00
package.json Worked out react bundle (not yet working though) 2016-12-26 10:18:26 +01:00

README.md

JSONEditor React demo

Install

To run this demo, install npm dependencies once:

npm install

Develop

Then start a development server:

npm start

The development server is available at http://localhost:3000

Bundle

To create a bundle:

npm run build

About

This demo was created using create-react-app

https://github.com/facebookincubator/create-react-app