This project was generated with Angular CLI version 1.0.0.
Install globally TypeScript and the Angular CLI:
npm install -g typescript @angular/cli angular-cli-ghpages
Clone this repository and install dependencies with:
npm install
# or
yarnRun 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 build --aot in order to build a more secure and faster application.
Inside the src/assets/content folder you will find the different folders with the markdown contents for the different pages. This files are already linked inside the Angular templates.
In order to deploy the application to Github, we will use the angular-cli-ghpages tool.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.