# coreui

Platform Core UI: Components & Other Reusable Elements

## Installation
`npm install coreui`

## API Reference
[styleguide](http://platform-coreui-resources.s3-website-us-west-2.amazonaws.com/styleguide/)

## Developer Setup
```
git clone https://gitlab.imshealth.com/platform/coreui.git
cd coreui
npm i
```
### Devboard

#### Webstorm
start the `devboard` run configuration

#### Other 
`npm start`

open in browser: [http://localhost:3002](http://localhost:3002)

### API docs / Styleguide

#### Webstorm
start the `styleguide-server` run configuration

#### Other 
`npm run styleguide-server`

open in browser: [http://localhost:3003](http://localhost:3003)










