https://github.com/azzgo/angular2-simple-starter
A simple starter for Angular Project
https://github.com/azzgo/angular2-simple-starter
angular angular4 starter-kit
Last synced: 6 months ago
JSON representation
A simple starter for Angular Project
- Host: GitHub
- URL: https://github.com/azzgo/angular2-simple-starter
- Owner: azzgo
- Created: 2017-06-20T12:27:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T04:43:34.000Z (over 8 years ago)
- Last Synced: 2025-06-03T21:34:50.849Z (7 months ago)
- Topics: angular, angular4, starter-kit
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2 Simple Starter
A Starter for angular which I think it ok for starting a project
Dev Mode server default run on Port 9000
#### Why not directly use `@angular/cli`
Yes, @angular/cli is awesome, which is good for start a angular project. But sometimes, default configrations are not always suitable for project. Although @angular/cli can eject webpack configration, but I think is a lot complex to modify, so here the Starter.
#### Notice
1. Before you run e2e test, you should update your webdriver-manager, you can run `npm run pre-e2e`. Because this command is a little slow, so i am not put it as pree2e