@blueeast/bluerain-app-material-design

A demo app for BlueRain OS made with Material UI

Usage no npm install needed!

<script type="module">
  import blueeastBluerainAppMaterialDesign from 'https://cdn.skypack.dev/@blueeast/bluerain-app-material-design';
</script>

README

BlueRain Hello World App

Apollo Client

Usage

Run the following command in the plugin directoy:

npm i --save @blueeast/bluerain-plugin-apollo

Then in your boot function, pass the plugin like this:

import BR from '@blueeast/bluerain-os';
import ApolloPlugin from '@blueeast/bluerain-plugin-apollo';

BR.boot({
    plugins: [ApolloPlugin]
})

API