# vendor-bundle

A vendor bundle which contains React, Rect-DOM and Redux.

NOTE
The `vendor-bundle` is not yet finished. We are currently using an intermediary solution which uses cloudflare CDN links. WIP

Please also see the documentation for shared-components:
* [@noths/shared-components](packages/shared-components/Readme.md)

## Installation

On the root folder run
```
npm run bootstrap
```

## Build process for vendor-bundle

Generate assets:
```
npm run build
```
