{"id":20981228,"url":"https://github.com/jasonmdev/angular-basic-directives","last_synced_at":"2025-12-29T23:07:27.998Z","repository":{"id":132163801,"uuid":"67831063","full_name":"JasonMDev/angular-basic-directives","owner":"JasonMDev","description":"It demonstrates the use of directives to create new HTML element that you can customise.","archived":false,"fork":false,"pushed_at":"2016-09-14T20:40:16.000Z","size":1123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T06:41:23.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rocky-castle-98597.herokuapp.com/","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/JasonMDev.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":"2016-09-09T20:35:47.000Z","updated_at":"2016-09-09T21:32:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"77bff34a-11ed-4e3a-b4d8-6b1b24c05e97","html_url":"https://github.com/JasonMDev/angular-basic-directives","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/JasonMDev%2Fangular-basic-directives","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-directives/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-directives/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fangular-basic-directives/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonMDev","download_url":"https://codeload.github.com/JasonMDev/angular-basic-directives/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382992,"owners_count":20282060,"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":[],"created_at":"2024-11-19T05:35:15.368Z","updated_at":"2025-12-29T23:07:27.970Z","avatar_url":"https://github.com/JasonMDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-basic-directives\n\nA basic AngularJS app using [Express 4](http://expressjs.com/).\nIt demonstrates the use of directives to create new HTML element that you can customise. It is based upon the AngularJS lesson found at [codecademy](http://www.codecademy.com/).\n\nThe app is ready to deploy to [Heroku](http://www.heroku.com/). The Procfile, .env and server.js files have already been created, therefore only the following is required to get it deployed to [Heroku](http://www.heroku.com/):\n\nFurther details about the steps in deploying the app can be found at the following articles:\n- [Deploying-nodejs on Heroku](https://devcenter.heroku.com/articles/deploying-nodejs) \n\n## A. Prerequisites\nIt is assumed that you have the following installed:\n- [Node.js](http://nodejs.org/) and npm installed.\n- an existing Node.js app.\n- a free Heroku account.\n- the Heroku CLI and [Heroku Toolbelt](https://toolbelt.heroku.com/).\n\n\n## B. Get it Locally\n\nFork the repo and the make a clone of the forked repo in your local machine.\n\n## C. Check production on local\n\nFirst check if you aren't relying in system-level packages.\nYou shouldn't get errors.\n```sh\n$ cd angular-basic-array\n$ rm -rf node_modules; npm install --production\n$ heroku local web\n```\n\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\nIf there is an error due a module not been found, it should show what dependency is missing from your package.json file.\n\n## C. Check development on local\n\n```sh\n$ cd angular-basic-array\n$ npm install\n$ heroku local web\n```\n\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\nYou can also try out the npm server\n```sh\n$ cd angular-basic-array\n$ npm start\n```\nYour app should now be running on [localhost:5000](http://localhost:5000/).\n\n## D. Deploying to Heroku\n\n```\n$ heroku create\n$ git push heroku master\n$ heroku open\n```\n\n## Documentation\n\nFor more information about using Node.js on Heroku, see these Dev Center articles:\n\n- [Deploying-nodejs on Heroku](https://devcenter.heroku.com/articles/deploying-nodejs) \n- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)\n- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)\n- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)\n- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)\n- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fangular-basic-directives","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonmdev%2Fangular-basic-directives","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fangular-basic-directives/lists"}