{"id":14982182,"url":"https://github.com/tanmoythander/angular-gulp-boilerplate","last_synced_at":"2025-10-29T11:31:16.019Z","repository":{"id":44128138,"uuid":"80428796","full_name":"tanmoythander/angular-gulp-boilerplate","owner":"tanmoythander","description":"Testing, Development and Building tool for angularJS front-end project. Quickly start your angularJS project, develope with flexibility using dev command line tools and build a deploy version with source minification.","archived":false,"fork":false,"pushed_at":"2022-12-02T04:24:50.000Z","size":5553,"stargazers_count":3,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T01:11:19.700Z","etag":null,"topics":["angularjs","angularjs-application","angularjs-boilerplate","angularjs-front","gulp","gulp-js","gulp-plugin","gulp-plugins","gulp-starter","gulp-task","gulp-tasks","gulpfile","gulpjs","gulpplugin","watch"],"latest_commit_sha":null,"homepage":"","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/tanmoythander.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":"2017-01-30T14:31:23.000Z","updated_at":"2023-04-25T14:33:34.000Z","dependencies_parsed_at":"2023-01-23T06:01:21.596Z","dependency_job_id":null,"html_url":"https://github.com/tanmoythander/angular-gulp-boilerplate","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmoythander%2Fangular-gulp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmoythander%2Fangular-gulp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmoythander%2Fangular-gulp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmoythander%2Fangular-gulp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanmoythander","download_url":"https://codeload.github.com/tanmoythander/angular-gulp-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238817382,"owners_count":19535518,"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":["angularjs","angularjs-application","angularjs-boilerplate","angularjs-front","gulp","gulp-js","gulp-plugin","gulp-plugins","gulp-starter","gulp-task","gulp-tasks","gulpfile","gulpjs","gulpplugin","watch"],"created_at":"2024-09-24T14:04:55.461Z","updated_at":"2025-10-29T11:31:15.234Z","avatar_url":"https://github.com/tanmoythander.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Gulp Boilerplate\n\n#### Quickly start your angularJS project, develope with flexibility using dev command line tools and build a deploy version with source minification.\n\n\n## Installing on local machine\n\n\n### Please make sure you have node.js installed on your machine\nIf you don't have, [click here](https://nodejs.org/)\n\n\n#### 1. Check if you have it installed or not,\n```\nnpm -v\n```\nand,\n```\nnode -v\n```\nyou should see some version info in return.\n\n#### 2. Install global packages\nrun on any directory,\n```\nnpm install -g gulp-cli node-gyp\n```\nin case of mac or linux, you might need to mention \"sudo\"\n\n\n#### 3. Now go to the directory where you want to place the project files using git bash\n(terminal for mac or linux)\nrun the command,\n```\ngit clone URL\n```\nhere URL is the http url you get from the repository page, [Click here to clone](https://github.com/tanmoythander/angular-gulp-boilerplate)\n\n#### 4. now navigate to the project directory with cmd (terminal for mac or linux)\u003c/b\u003e\u003cbr\u003e\nrun the command,\n```\nnpm install\n```\nwait for it to be completed. It usually takes 5-10 minutes to complete.\nIt will download all the dependencies, build the project and serve the build on browser.\n\n## Using the gulp commands\n\n\n#### 1. Serve the source\nFile watching enabled (Development Mode)\n```\ngulp\n```\nYou should see the browser window opening address http://localhost:3000 (opens another port if unavailable).\n\n\nIf you want to serve the source without watching file changes (Source Testing Mode),\nrun this,\n```\ngulp serveSource\n```\n\n\n#### 2. Build the source\nBuild the source code into ./_build (Deployment Mode)\n```\ngulp build\n```\nWarning: It will delete previous build !!!\n\n\n#### 3. Serve the build\nServe the ./_build/ without watching file changes (Build Testing Mode)\n\n```\ngulp serveBuild\n```\nyou should see the browser window opening address http://localhost:3000 (opens another port if unavailable).\n\nWarning: It will delete previous build !!!\n\n\n## Developer Hint\n\nPlease change your editor configuration like below before you start development\n\n#### Indent character: \"\\t\" (tab)\n\n#### Indent size: 2\n\n#### Line endings: LF (unix)\n\n\n\nSee the live demo [here](https://tanmoythander.info/angular)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmoythander%2Fangular-gulp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmoythander%2Fangular-gulp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmoythander%2Fangular-gulp-boilerplate/lists"}