coreui
Version:
Platform Core UI
43 lines (24 loc) • 592 B
Markdown
# coreui
Platform Core UI: Components & Other Reusable Elements
## Installation
```sh
npm i -S coreui yup
```
## API Reference
[Styleguide](http://coreui.platform.ims.io/styleguide/)
## Developer Setup
```sh
git clone https://gitlab.imshealth.com/platform/coreui.git
cd coreui
npm i
```
### Devboard
#### Webstorm
run the `start` 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-resources/coreui-styleguide/README.md)