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.
- Host: GitHub
- URL: https://github.com/amruthpillai/angular-2-starter-template
- Owner: AmruthPillai
- Created: 2016-09-11T16:53:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T18:39:47.000Z (about 9 years ago)
- Last Synced: 2025-08-24T16:44:18.920Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 runnpm install
which will install the necessary packages for you to get started with Angular 2. Then, just runnpm start
and the server will start running onlocalhost: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