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

Theme Creator Demo
https://github.com/yanivefraim/angular-theme-creator-demo

Last synced: 29 days ago
JSON representation

Theme Creator Demo

Awesome Lists containing this project

README

        

# Angular Theme Creator Demo
An Angular 1.X 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 [email protected]:yanivefraim/angular-theme-creator-demo.git@github
```

```
npm install
```

#Run
```
grunt serve
```

#Branches

###angular1
Plain old "Angular 1.X" app.
###angular1-2
Same app built as a component tree. See my ([presentation](http://yanivefraim.github.io/be-ready-for-angular2-today) for details)

#See it in action
[http://yanivefraim.github.io/angular-theme-creator-demo/](http://yanivefraim.github.io/angular-theme-creator-demo/)