Updated readme

This commit is contained in:
jos 2016-12-26 10:26:33 +01:00
parent 2e434f49f9
commit f209df27a9
1 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,33 @@
# JSONEditor React demo
TODO: describe the 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