Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.

####Twitter
[@cironunesdev](http://twitter.com/cironunesdev/)

####E-mail
[[email protected]](mailto:[email protected])