The styles here are based on the Weill Cornell Medicine Brand Guidelines.
These styles are built using Webpack. The ready to use styles are
found in the dist
folder along with a sample index.html
file as a demo. The demo is also
available through this project's GitHub pages page.
The wcm.css
stylesheet includes Bootstrap v4
(without Glyphicons) and Font Awesome v4.7. For Bootstrap v3 see the v0.3.x branch.
wcm.js
includes jQuery v3 and Popper.js v1
along with the base Bootstrap libraries. It also includes Inputmask
Install the dependencies with npm
and then run the build
script.
npm install
npm run build
Let Webpack monitor your changes and rebuild in real time.
npm run watch
If you'd like to use a local copy of these assets with another project you can use http-server. There is a friendly project script for this that uses port 8080 by default.
npm run serve