{"id":20315177,"url":"https://github.com/ipluser/angularjs-requirejs-boilerplate","last_synced_at":"2025-04-11T17:22:19.267Z","repository":{"id":31850462,"uuid":"35417711","full_name":"ipluser/angularjs-requirejs-boilerplate","owner":"ipluser","description":"A complete angularjs requirejs boilerplate for node.","archived":false,"fork":false,"pushed_at":"2016-04-14T02:04:38.000Z","size":722,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T13:11:43.288Z","etag":null,"topics":["angular","angularjs-requirejs-boilerplate","boilerplate","bootstrap","expressjs","gulp","karma","requirejs"],"latest_commit_sha":null,"homepage":"https://github.com/ipluser/angularjs-requirejs-boilerplate","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipluser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T10:39:03.000Z","updated_at":"2019-02-18T09:51:36.000Z","dependencies_parsed_at":"2022-09-14T07:22:16.233Z","dependency_job_id":null,"html_url":"https://github.com/ipluser/angularjs-requirejs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fangularjs-requirejs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fangularjs-requirejs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fangularjs-requirejs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fangularjs-requirejs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipluser","download_url":"https://codeload.github.com/ipluser/angularjs-requirejs-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447895,"owners_count":21105201,"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":["angular","angularjs-requirejs-boilerplate","boilerplate","bootstrap","expressjs","gulp","karma","requirejs"],"created_at":"2024-11-14T18:18:13.151Z","updated_at":"2025-04-11T17:22:19.247Z","avatar_url":"https://github.com/ipluser.png","language":"JavaScript","readme":"## angularjs-requirejs-boilerplate\nA complete angularjs requirejs boilerplate for node.\n\nThere are angular and test samples in the project,\nyou can quick start your new project with angularjs-requirejs-boilerplate.\n\n## Features\n### Front-end\n  * [angularjs](http://angularjs.org/), a JavaScript MVW Framework\n  * [bootstrap](http://getbootstrap.com/), the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web\n  * [jquery](https://jquery.org/), the Write Less, Do More, JavaScript Library\n  * [less](http://lesscss.org/), a CSS pre-processor\n  * [requirejs](http://requirejs.org/), a JavaScript file and module loader\n  * etc\n\n### Back-end\n  * [expressjs](http://expressjs.com/), sinatra inspired web development framework for node.js\n  * [gulp](http://gulpjs.com/), the streaming build system\n  * [swig](http://paularmstrong.github.io/swig/), a simple, powerful, and extendable JavaScript Template Engine\n  * etc\n\n## Quick Start\n### Install Dependencies:\n```bash\n$ bower install\n$ npm install\n```\n\n### Development\nDevelopment Environment using gulp-nodemon, [browser-sync](https://www.browsersync.io/) and gulp-jshint.\n 1. Make sure \u003cstrong\u003eisDevMode\u003c/strong\u003e configuration is \u003cstrong\u003etrue\u003c/strong\u003e in \u003cstrong\u003elocals.js\u003c/strong\u003e\n 2. Start development mode with `gulp --development`\n 3. Input `http://localhost:devPort` with browsers\n\n### Production\n 1. Make sure \u003cstrong\u003eisDevMode\u003c/strong\u003e configuration is \u003cstrong\u003efalse\u003c/strong\u003e in \u003cstrong\u003elocals.js\u003c/strong\u003e\n 2. Compile and build with `gulp --production`\n 3. Start the server with node or pm2 or others\n 4. Input `http://localhost:port` with browsers\n\n### Configuration\nSystem configuration are stored in the \u003cstrong\u003elocals.js\u003c/strong\u003e file.\n\n### Samples Page\nStart the server and input `http://localhost:port/samples` with browsers.\n\n## Gulp\nShow task list with `gulp help`.\n\n## Test\nTest using karma and jasmine, run the test with `npm test` or `karma start`. Unit and coverage test report are stored in report directory.\n\n## Changelog\n### 2.3.0\n- watch gulp files\n- the browser reload while restart nodemon\u003cbr\u003e\n27.01.2016\n\n### 2.2.1\n- fix task can not separate execution with development mode\u003cbr\u003e\n25.01.2016\n\n### 2.2.0\n- add build-templates task to optimize ngTemplates that registers AngularJS templates in the $templateCache\n- add error and listening event to server\u003cbr\u003e\n17.01.2016\n\n### 2.1.0\n- replace gulp-livereload with browser-sync\n- add gulp-help, gulp-size and others gulp components\n- remove less.js\u003cbr\u003e\n10.01.2016\n\n### 2.0.0\n- adjust directory and code of project\n- add angular samples page\n- add README.md preview\u003cbr\u003e\n01.01.2016\n\n### 1.1.1\n- fix mobile can not redirect\n- fix can not define custom router\u003cbr\u003e\n18.11.2015\n\n### 1.1.0\n- add gulp task named build-views that registers AngularJS templates in the $templateCache\n- add karma and size into gulpfile\n- replace chrome launcher with phantomjs launcher in karma\n- modify layout launcher and suffix of templateUrl\u003cbr\u003e\n31.10.2015\n\n### 1.0.0\n- initial release\u003cbr\u003e\n18.10.2015\n\n## License\n  [MIT](https://github.com/ipluser/angularjs-requirejs-boilerplate/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipluser%2Fangularjs-requirejs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipluser%2Fangularjs-requirejs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipluser%2Fangularjs-requirejs-boilerplate/lists"}