Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wrinth/personal_profile_angular4
A personal Profile website template with Angular4
https://github.com/Wrinth/personal_profile_angular4
angular4 website
Last synced: about 1 month ago
JSON representation
A personal Profile website template with Angular4
- Host: GitHub
- URL: https://github.com/Wrinth/personal_profile_angular4
- Owner: Wrinth
- Created: 2017-08-05T06:08:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T19:02:22.000Z (over 7 years ago)
- Last Synced: 2024-10-30T06:32:14.794Z (about 1 month ago)
- Topics: angular4, website
- Language: TypeScript
- Homepage: http://hoyeunglai.com/
- Size: 94.7 KB
- Stars: 135
- Watchers: 2
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - personal_profile_angular4
README
# personal_profile_angular4
personal_profile_angular4 is a Angular 4 template to build your personal profile. This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 1.2.1.
A sample link of this themplate is: [Ho Yeung Lai's Profile](http://hoyeunglai.com/)## Installation
Clone or download personal_profile_angular4 to your local machine.
personal_profile_angular4 requires [Node.js](https://nodejs.org/) v4+ to run.
Install the dependencies for the production environments using the Node shell...
```sh
$ 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.