Files
nebula.js/examples/dev-mashup
Tobias Åström 2ce33628e5 chore: add dev mashup example (#536)
* chore: add dev mashup example

* chore: update example readme

* fix: update schema version

* chore: change stardust to dep
2020-11-16 13:12:45 +01:00
..
2020-11-16 13:12:45 +01:00
2020-11-16 13:12:45 +01:00

Nebula Development Mashup example

Example mashup for nebula development

Install

To use a local nebula version, run this in the stardust folder to allow linking your local version.

yarn link

Update dependencies and link nebula

yarn
yarn link "@nebula.js/stardust"

Run

Run parcel server

yarn start

Open you browser to http://localhost:1234