Skip to content
Kiran Kumar edited this page Jun 8, 2017 · 8 revisions

Welcome to the Angular 4 First wiki!

This is the Angular 4 Application, developed using Angular-cli and deployed to GitHub pages.

The following are the steps to create an Angular 4 application and deploy to GitHub Pages.

Publish Angular App to Github Pages

  1. Build the application using the following command ng build / ng build - - prod

  2. Install the github pages using the following command in the app folder Npm I -g angular-cli-ghpages

  3. Create the Github repository and run the following commands as listed in the github.

  4. Run the following commands in the command window

Suri1088 --> Github repository name

A4First --> App Name

Final update is in progress

Clone this wiki locally