coreui
Version:
Platform Core UI
43 lines (24 loc) • 629 B
Markdown
# coreui
Platform Core UI: Components & Other Reusable Elements
## Installation
```sh
npm install coreui
```
## API Reference
[Styleguide](http://platform-coreui-resources.s3-website-us-west-2.amazonaws.com/styleguide/)
## Developer Setup
```sh
git clone https://gitlab.imshealth.com/platform/coreui.git
cd coreui
npm i
```
### Devboard
#### Webstorm
start the `devboard` run configuration
#### Other
```sh
npm start
```
open in browser: [http://localhost:3002](http://localhost:3002)
### API docs / Styleguide
[Styleguide README](https://gitlab.imshealth.com/platform/coreui/blob/master/styleguide/README.md)