{"id":15062086,"url":"https://github.com/maranimatias/base-front-end","last_synced_at":"2026-01-03T02:05:24.567Z","repository":{"id":57331999,"uuid":"96645801","full_name":"MaraniMatias/base-front-end","owner":"MaraniMatias","description":"grunt pug angular karam less jshint nightmare mocha docco","archived":false,"fork":false,"pushed_at":"2017-07-18T02:22:16.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T12:14:41.656Z","etag":null,"topics":["angualarjs","docco","front-end","grunt","jshint","karma","less","mocha","nightmare","pug"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaraniMatias.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-08T21:42:16.000Z","updated_at":"2017-07-11T18:04:10.000Z","dependencies_parsed_at":"2022-09-02T16:12:01.042Z","dependency_job_id":null,"html_url":"https://github.com/MaraniMatias/base-front-end","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaraniMatias%2Fbase-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaraniMatias%2Fbase-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaraniMatias%2Fbase-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaraniMatias%2Fbase-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaraniMatias","download_url":"https://codeload.github.com/MaraniMatias/base-front-end/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725633,"owners_count":20337670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angualarjs","docco","front-end","grunt","jshint","karma","less","mocha","nightmare","pug"],"created_at":"2024-09-24T23:30:08.379Z","updated_at":"2026-01-03T02:05:24.516Z","avatar_url":"https://github.com/MaraniMatias.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base para proyecto de front end\n\nTener instalado [NodeJS LTS](www.nodejs.org)\n\n```sh\nnpm install -g grunt-cli bower jshnit docco\n# npm install -g grunt-cli bower jshnit docco mocha karma\n```\n\n*Eliminar package.json y/o bower.json las dependencias que no usaras, antes de correr `npm install`*\n\nEn la carpeta del proyecto correr `npm install` (en la terminal) para instalar dependencias y `npm start` para iniciar el monitor del proyecto, este corres tares, compila, tests, abre el navegador web, y si hay cambios en los archivos recarga la pagina.\n\n* `npm start` o `grunt` (iniciar entorno de desarrollo)\n* `npm run tests` o `grunt tests` (tests unitarios, navegador firefox y chrome)\n* `npm run tests-e2e` o `grunt tests-server \u0026 grunt tests-e2e` (tests end-to-end, navegador chrome)\n* `npm run build` o `grunt build` (crea el proyecto final y la documentación)\n* `npm run mocha` o `mocha` (como si lo instalas global)\n* `npm run karma` o `karma` (como si lo instala global)\n\n__todo:__\n\n- __tareas con Grunt__\n  - [x] PUG to HTML\n  - [x] uglify\n  - [x] lnit - ES5 porque usamos angularjs v1\n  - [x] less\n  - [x] docco\n  - [x] karma\n  - [x] mocha\n  - [x] unir test\n  - [x] browser-sync\n  - [x] watch\n  - [x] pug-lint\n  - [x] URL en paquetes grunt\n\n- __npm script__\n  - [x] post install\n  - [x] npm start\n  - [x] npm test\n\n- __views__\n  - [x] bootstrap angular\n  - [x] semantic angular\n  - [x] material angular\n\n- __test__\n  - [x] con hightmare (e2e)\n    - [x] bootstrap angular\n    - [x] semantic angular\n    - [x] material angular\n  - [ ] con protractor\n  - [x] con karma (unit)\n    - [x] bootstrap angular\n    - [x] semantic angular\n    - [x] material angular\n\n## Documentación de los módulos\n\n__Generales__\n[faker](https://github.com/Marak/faker.js)\n[grunt](https://gruntjs.com)\n\n__Test__\n[mocha](https://mochajs.org)\n[chai](http://chaijs.com/)\n[karam](https://github.com/karma-runner/karma)\n[nightmare](https://github.com/segmentio/nightmare)\n\n__Framework CSS__\n[angular](http://www.angularjs.org)\n( [angular-ui-router](https://ui-router.github.io/ng1/) [odc](https://ui-router.github.io/ng1/docs/0.4.2/#/api) [wiki](https://github.com/angular-ui/ui-router/wiki) )\n( [angular-material](http://www.material.angularjs.org) [test](https://github.com/angular/bower-material#unit-testing-with-angular-material) )\n[normalize-css](http://necolas.github.io/normalize.css/)\n[bootstrap](http://www.getbootstrap.com)\n[semantic](http://semantic-ui.com/)\n[materialize](http://materializecss.com/)\n[mui](https://www.muicss.com/)\n( [foundation](http://foundation.zurb.com/) [doc](http://foundation.zurb.com/sites/docs) ) [angular-foundation-6](http://circlingthesun.github.io/angular-foundation-6/)\n\n---\nGenerador de un proyecto completo `npm install -g generator-fountain-webapp` , no lo uso porque hay cosas que no uso pero es bueno para saber que paquete usar\n\nPara los test con protractor correr una vez `webdriver-manager update`\n\n---\n**Notas**\n\n__Test__\n[jasmine](https://jasmine.github.io)\n[protractor](http://www.protractortest.org)\n\n__Framework CSS__\n[bulma](http://bulma.io/)\n[primercss](http://primercss.io/)\n[uikit](https://getuikit.com/)\n[Select2](https://select2.github.io/)\n[jQuery Date and Time picker](http://xdsoft.net/jqplugins/datetimepicker/)\n[useiconic](useiconic.com)\n[ionicons](http://ionicons.com/)\n[Material Design Lite](https://getmdl.io/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaranimatias%2Fbase-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaranimatias%2Fbase-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaranimatias%2Fbase-front-end/lists"}