Installation
First install the app as a npm package to your project:
yarn add bluerain-app-hello-world
Then import your apps in your bluerain.js file
// bluerain.js
{
// ...
apps: [
require('bluerain-app-hello-world'),
]
// ...
}
Finally, just boot your project on your desired platform by executing the following command on your terminal:
bluerain run web
Last updated