Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (32 loc) · 737 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 737 Bytes

JsonEditor Theia Integration Demo

Prerequisite

Install yarn.

npm install -g yarn

Install Yeoman

npm install -g yo

Clone and Build

git clone --recursive https://github.com/lucas-koehler/jsoneditor-theia-integration.git && \
cd jsoneditor-theia-integration && \
yarn install && \
yarn run setup

During the setup you might be asked whether you want to replace diverged package.json or index.html. Always answer with no!

Now run the build

yarn run build

For incremental development use

yarn run watch

Run JsonEditor Theia Integration Demo

cd yangster-app && \
yarn run start

Open browser on 'http://localhost:3000'.