{"id":18914896,"url":"https://github.com/ajayns/ngexp-heroku-deploy","last_synced_at":"2026-05-09T03:38:19.654Z","repository":{"id":109697858,"uuid":"92014100","full_name":"ajayns/ngexp-heroku-deploy","owner":"ajayns","description":"A template of an Angular CLI - Express app to be deployed to Heroku","archived":false,"fork":false,"pushed_at":"2017-05-22T05:30:46.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-20T23:41:05.615Z","etag":null,"topics":["angular-cli","angular4","heroku","mean-stack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ajayns.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-22T05:19:17.000Z","updated_at":"2017-08-12T10:00:05.000Z","dependencies_parsed_at":"2023-07-29T15:30:14.581Z","dependency_job_id":null,"html_url":"https://github.com/ajayns/ngexp-heroku-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajayns/ngexp-heroku-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajayns%2Fngexp-heroku-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajayns%2Fngexp-heroku-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajayns%2Fngexp-heroku-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajayns%2Fngexp-heroku-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajayns","download_url":"https://codeload.github.com/ajayns/ngexp-heroku-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajayns%2Fngexp-heroku-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-cli","angular4","heroku","mean-stack"],"created_at":"2024-11-08T10:13:20.810Z","updated_at":"2026-05-09T03:38:19.637Z","avatar_url":"https://github.com/ajayns.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngApp-Heroku\n\nApp to demostrate deploying an Angular Express WebApp into Heroku.\n\n## Set up.\nMake sure you have angular cli and heroku cli installed.\n```bash\n$ npm install -g angular-cli\n$ npm install -g heroku\n```\n\nClone the repo\n```bash\n$ git clone https://github.com/ajayns/ng2-mean.git\n$ cd ng2-mean\n```\n\nInstall dependencies\n```bash\n$ npm install\n```\n\nTest locally\n```bash\n$ ng build \u0026\u0026 node server.js\n```\n\nConfigure Heroku\n```bash\n$ heroku login\n$ heroku create \u003capp-name\u003e\n```\n\n\nDeploy the app, ensure one instance is running\n```bash\n$ git push heroku heroku:master\n$ heroku ps:scale web=1\n```\n\nOpen the app in browser from your heroku id or just type\n```bash\n$ heroku open\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajayns%2Fngexp-heroku-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajayns%2Fngexp-heroku-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajayns%2Fngexp-heroku-deploy/lists"}