Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 681 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 681 Bytes

coreui

Platform Core UI: Components & Other Reusable Elements

Installation

npm install coreui

API Reference

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

API docs / Styleguide

Webstorm

start the styleguide-server run configuration

Other

npm run styleguide-server

open in browser: http://localhost:3003