Home

Awesome

DEPRECATED

Alternatives:

Angular 2 - Seed Project

Build Status Join the chat at https://gitter.im/ghpabs/angular2-seed-project

<img src="http://i.imgur.com/gM0tsOZ.png" width="250px">

Stack

Workflow Features

Angular 2 Features

Global Dependencies

DependencyVersionInstall
NodeJS5.x.xhttp://node.org
npm3.x.xhttp://node.org
Gulp CLI0.4.xnpm install gulpjs/gulp-cli#4.0 -g
Typings0.6.xnpm install typings -g

Install

$ git clone https://github.com/ghpabs/angular2-seed-project.git && cd angular2-seed-project
$ npm install
$ typings install
$ gulp build serve

Note: the serve task won't automatically launch the browser for you. To view the app please open a new tab and go to http://localhost:8080/.

Usage

Tasks

Environments

Default: NODE_ENV=development and PORT=8080.

Development:

Production

Ecosystem

You might have noticed that we have quite a few files in our root folder. You might also be wondering why we need them and whether they are applicable to your use case. Here is a brief explanation:

Change Log

This project generates the CHANGELOG.md from Git metadata using the conventional-changelog library. The commit message must follow the Angular conventions for this feature to work.

Recommended Workflow

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. When submitting a PR, make sure that the commit messages match the Angular conventions.

License

MIT