Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cironunes/jquery-to-angular
My presentation about developing applications with AngularJS
https://github.com/cironunes/jquery-to-angular
Last synced: 4 months ago
JSON representation
My presentation about developing applications with AngularJS
- Host: GitHub
- URL: https://github.com/cironunes/jquery-to-angular
- Owner: cironunes
- License: mit
- Created: 2012-12-20T21:54:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-03T21:30:20.000Z (almost 12 years ago)
- Last Synced: 2024-10-04T19:06:17.984Z (4 months ago)
- Language: JavaScript
- Homepage: http://cironunes.com/jquery-to-angular/
- Size: 1.39 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Palestra: Passo a passo do jQuery ao Angular
###Para visualizar os slides:
Inicie um servidor HTTP, recomendo usar o Python:
```
$ python -m SimpleHTTPServer
```e acesse em
###Para brincar com a app demo:
Vá até a pasta ```/samples/cart/```
Inicie um servidor [Yeoman](http://yeoman.io/)
```
$ yeoman server
```
e ele já abre o browser para você :)###Para rodar os testes
```
$ yeoman test
```##Dúvidas e/ou críticas
Seu feedback é importantíssimo para nós. Caso não concorde e/ou não tenha entendido algo, sinta-se a vontade para questionar e perguntar.
[@cironunesdev](http://twitter.com/cironunesdev/)
[[email protected]](mailto:[email protected])