/JsonEditorLive

Pull live json from server and edit them on the fly for debugging purposes.

Primary LanguageCSSApache License 2.0Apache-2.0

JsonEditorLive

Pull live json from server and edit them on the fly for debugging purposes.

To Run

  • Run npm install in the /client/ and /server/ directories
  • Use node app.js in both directories to run both client and server hosting

To Run (w/ Gulp)

  • Run npm install in the /client/ and /server/ directories
  • Use gulp in both directories to run both client and server hosting