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

lucas-koehler/jsoneditor-theia-integration

Repository files navigation

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'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published