https://github.com/ayush987goyal/angular4
https://github.com/ayush987goyal/angular4
angular
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayush987goyal/angular4
- Owner: ayush987goyal
- Created: 2017-06-03T14:36:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T20:16:44.000Z (about 9 years ago)
- Last Synced: 2025-02-07T10:41:11.428Z (over 1 year ago)
- Topics: angular
- Language: TypeScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular4
This is a repo containing all the projects I created while learning Angular.
You can clone the repository or download any individual project and run the following command in the project directory(with Node.js installed in your system)
`npm install`
This will install the dependency modules. You can now serve the project to a server by simply running the following command.
`ng serve`
Cheers!