Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.02 KB

MyProfile

MyProfile is a Angular 4 template to build your personal profile. This project was generated using Angular CLI version 1.2.1. A sample link of this themplate is: Ho Yeung Lai's Profile

Installation

Clone or download MyProfile to your local machine.

MyProfile requires Node.js v4+ to run.

Install the dependencies for the production environments using the Node shell...

$ cd "C:\[DESTINATION_TO_YOUR_FOLDER]\[YOUR_PROJECT_FOLDER]"
$ npm install --save

Development server

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.

Data Modification

All the data for each component are stored in their corresponding server located in the same folder.

Build

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.