UNPKG

459 BMarkdownView Raw
1# startupjs init
2
3> Init sharedb connection on client web, native or server side
4
5## Installation
6
7```sh
8yarn add @startupjs/init
9```
10
11## Usage
12
13**IMPORTANT:**
14
151. This module has to be compiled since it uses `@env` import which is setup in `@startupjs/bundler`
162. Put this import on the highest possible level, before importing the `startupjs` first time.
17
18```js
19import '@startupjs/init'
20```
21
22## Licence
23
24MIT
25
26(c) Decision Mapper - http://decisionmapper.com