0.0.4 • Published 4 years ago

invision-cloud-ui-demo v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Cloud UI Demo

This repo contains the demo applications used to develop the cloud-ui project. The following instructions assume you've cloned that project locally and have it up and running.

Getting started

After cloning this repo, install dependencies.

npm install

Link this repo so that the cloud-ui project can pick up local changes.

npm link
npm run dev

Set up the cloud-ui project to read from this project's build output.

cd ../cloud-ui
npm link invision-cloud-ui-demo
npm run dev

That's it. Changes made to the source in this project should be automatically picked up by the cloud-ui project (if it's running in dev mode) and it will be recompiled.