Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmy-collazos/lungo-in-angular
Prueba de concepto para implementar Lungo en Angular
https://github.com/jimmy-collazos/lungo-in-angular
Last synced: 10 days ago
JSON representation
Prueba de concepto para implementar Lungo en Angular
- Host: GitHub
- URL: https://github.com/jimmy-collazos/lungo-in-angular
- Owner: jimmy-collazos
- Created: 2012-11-07T12:22:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T15:48:44.000Z (about 12 years ago)
- Last Synced: 2024-11-21T17:10:02.594Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tmp_www_concept
===============Prueba de concepto Lungo & Angular
Angular Js
----------
1. move to `./angular` dir
2. run web server `./scripts/web-server.js` *(NodeJS)*
3. navegate
4. run unit test `./scripts/test.sh` *(need Testacular)*
5. run e2e test `./scripts/e2e-test.sh` *(need Testacular)*LungoJS
-------* Run Lungo in ./lungo/index.html
Notes
-----
* Lungo y Angular no están al mismo nivel de abstracción. Angular es un nivel más bajo que Lungo. Lungo nos aporta modulos ya creados para tareas genericas; mientras de que Angular nos ofrece la posibilidad de crearlos con los módulos.