Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yanivefraim/angular-theme-creator-demo
- Owner: yanivefraim
- License: mit
- Created: 2015-08-16T07:49:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T09:39:39.000Z (almost 9 years ago)
- Last Synced: 2023-08-12T14:46:25.679Z (over 1 year ago)
- Language: ApacheConf
- Size: 347 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)