Installation
First install the app as a npm package to your project:
yarn add bluerain-app-hello-worldThen 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 webLast updated