34 lines
402 B
Markdown
Executable File
34 lines
402 B
Markdown
Executable File
# 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
|