/generator-angular2spa

Create a start project of a simple single page app using Angular 2

Primary LanguageTypeScriptMIT LicenseMIT

generator-angular2spa

Create a simple single page application using Angular 2!!

Getting started

Installing the generator

npm install generator-angular2spa -g

Creating a new project

$ yo angular2spa

Enter the project name, project description and the project license.

The generator setup the project folder structure and download all the dependencies.

When the npm is downloading the dependencies it might occur a few errors, just ignore them and you're all set. ;)

Starting the site

$ npm start

There's already configure tasks that will compile the typescript code and start a webserver for you. The webserver is configure to start at the port 8000, if you want to change that just edit the file bs-config.json.

Copyright and License

Copyright (c) 2015 Daniel Furtado. Code released under the MIT license