Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanivefraim/angular-theme-creator-demo-es2015


https://github.com/yanivefraim/angular-theme-creator-demo-es2015

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Angular Theme Creator Demo
An Angular 1.X + ES2015 demo for my "Be ready for Angular 2.0 Today" presentation ([presentation link](http://yanivefraim.github.io/be-ready-for-angular2-today))

This demo demonstraits the path from "regular" Angular 1.X app to "Component tree structure" app, similar to what we use in Angular 2.0 / React.js.

#Installation
```
git clone https://github.com/yanivefraim/angular-theme-creator-demo-es2015.git
```

```
npm install
```

```
npm install -g gulp
```

#Run
```
gulp serve
```

#Browse
```
http://localhost:9000/
```