An open API service indexing awesome lists of open source software.

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

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