This project was generated with angular-cli version 1.0.0-beta.26.
Checkout the live version here.
- clone or download this repository.
cdto the project root. You will need to have typescript installed.npm install -g typescript.- Follow the angular-cli installation instructions.
- Run
npm installafter you install angular-cli.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng github-pages:deploy to deploy to GitHub Pages.
To get more help on the angular-cli use ng help or go check out the Angular-CLI README.
- Colors are stored in styles/_colors.scss. Change the value of $theme-highlight-color to change the project-wide color.
- A "Dark Theme" has been included as well, and is disabled by default. To enable it, open
styles/_variables.scss and uncomment
//@import "themes/dark"; - The colors provided consist of a "dark", "neutral", and "light" variant for most of them. Use "light" colors in combination with the "Dark Theme" and "dark" colors with the default theme. Neutral colors tend to look fine paired with either theme.

