$ npm install -g http-server
$ npm install
$ npm start
To use the theme in your project:
- Link to the stylesheet
<link rel="stylesheet" href="//wsj-admin-tools-style-guide.herokuapp.com/css/wsj-admin-tools-theme.1.0.0.min.css" />
- Add the fonts:
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Mono"/>
-
Refrence the style guide and build out your app as needed.
-
Have fun.