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

https://github.com/amruthpillai/angular-2-starter-template

This is a starter template for Angular 2 applications for future use, so we can start building apps on the new platform from off-the-shelf.
https://github.com/amruthpillai/angular-2-starter-template

Last synced: about 1 month ago
JSON representation

This is a starter template for Angular 2 applications for future use, so we can start building apps on the new platform from off-the-shelf.

Awesome Lists containing this project

README

          

# Angular 2 Starter Template

This is a starter template for Angular 2 applications for future use, so we can start building apps on the new platform from off-the-shelf.

#### Just run the following commands to get your app running
Clone this repository and run npm install which will install the necessary packages for you to get started with Angular 2. Then, just run npm start and the server will start running on localhost:3000 along with auto-reload on browsers and constant watching for changes.

#### To Summarize:


git clone https://github.com/AmruthPillai/Angular-2-Starter-Template.git
npm install
npm start