{"id":18798002,"url":"https://github.com/sumeet-sethi/docker-angularjs","last_synced_at":"2026-04-04T06:34:59.882Z","repository":{"id":120393847,"uuid":"84609911","full_name":"sumeet-sethi/docker-angularjs","owner":"sumeet-sethi","description":"Using Docker to deploy AngularJS app","archived":false,"fork":false,"pushed_at":"2017-04-12T01:55:04.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T17:09:12.236Z","etag":null,"topics":["angular","angular-material","angularjs","docker","es6","html5","webpack2"],"latest_commit_sha":null,"homepage":"https://medium.com/@sumeetsethi.asm/keeping-it-simple-with-webpack-and-docker-on-an-angularjs-app-7aab60b5e5c3","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/sumeet-sethi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-10T23:42:28.000Z","updated_at":"2024-06-14T03:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe856a13-d63b-46a2-8e7e-645d83349dba","html_url":"https://github.com/sumeet-sethi/docker-angularjs","commit_stats":null,"previous_names":["sumeet-sethi/docker-angularjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumeet-sethi%2Fdocker-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumeet-sethi%2Fdocker-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumeet-sethi%2Fdocker-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumeet-sethi%2Fdocker-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumeet-sethi","download_url":"https://codeload.github.com/sumeet-sethi/docker-angularjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750107,"owners_count":21155686,"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","angular-material","angularjs","docker","es6","html5","webpack2"],"created_at":"2024-11-07T22:10:30.179Z","updated_at":"2026-04-04T06:34:59.840Z","avatar_url":"https://github.com/sumeet-sethi.png","language":"JavaScript","readme":"## Notes\n\nThis app is a quick start way to deploy AngularJS app using Docker. \nI will be using one of my earlier boilerplate as base code to cut the development time on this app.\n\nThis Boiler Plate (referenced throughout the app as BP | Bp | bp) is running the following stack:\n-\tDocker\n-   Webpack 2 \n-   ES2015 (ES6)\n-   AngularJS  \n-   Angular Material\n\n## Docker\n\n-\tInstall Docker to your machine\n-   Clone repo to your file system\n-   cd to cloned directory\n-   docker build -t boilerplate .\n-   docker run -d -p 8080:8080 --name boilerPlateContainer boilerplate\n-   Change hosts file (Linux): sudo vim /etc/hosts \u003e Press Insert \u003e Add Docker's hosting machine \u003cIP Address\u003e boilerplate.home (eg: 192.168.3.100 boilerplate.home)\u003e Esc \u003e :wq\n-   Change hosts file (Windows): C:\\Windows\\System32\\Drivers\\etc\\hosts \u003e Add Docker's hosting machine \u003cIP Address\u003e boilerplate.home (eg: 192.168.3.100 boilerplate.home) \u003e Save as Administrator\n-   In browser key in the URL as http://BoilerPlate.home:8080\n\n\n## Installation\n\nFollow these steps to install this app:\n-   Clone this repo from GIT\n-   cd to cloned directory\n-   npm install\n\n\n## Launch\n\nTo launch the app in DevServer mode key in this command \n-\tnpm run dev\n-\tIn browser key in the URL which the above command generated\n\nTo launch the host the app in Production mode follow this process\n-   npm run prod \n-   The above command will package and output files to dist folder\n-\tnpm install http-server -g\n-\thttp-server /path/to/dist\n-\tIn browser key in the URL which the above command generated\n\n\n## License\n\nMIT License\n\nCopyright (c) 2017 SUMEET SETHI [\u003csumeetsethi.asm@gmail.com\u003e]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumeet-sethi%2Fdocker-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumeet-sethi%2Fdocker-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumeet-sethi%2Fdocker-angularjs/lists"}