Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianblade/angular2-tutorial
https://github.com/adrianblade/angular2-tutorial
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianblade/angular2-tutorial
- Owner: adrianblade
- License: mit
- Created: 2016-08-31T20:21:39.000Z (over 8 years ago)
- Default Branch: Chapter7_ShoppingList4.0
- Last Pushed: 2016-11-06T09:46:07.000Z (about 8 years ago)
- Last Synced: 2024-11-11T05:43:05.736Z (about 2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular 2 CleanAngular2
## Description
This repository acts as a very simple Angular 2 Beta with which you can get started developing Angular 2 immediately.
The branches of this repository are simple Angular2 Proyects
## Usage
Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!1: Clone repo
```
git clone https://github.com/adrianblade/CleanAngular2.git
```
2: Install packages
```
npm install
```
3: Start server (includes auto refreshing) and gulp watcher
```
npm start
```
# CleanAngular2