https://github.com/timroes/angular-6min40s
https://github.com/timroes/angular-6min40s
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timroes/angular-6min40s
- Owner: timroes
- Created: 2015-05-05T18:28:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T20:31:47.000Z (about 11 years ago)
- Last Synced: 2025-04-07T05:49:41.655Z (about 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular starter template
========================
You can use gulp to serve the content and have live reload in the browser enabled.
What you need to setup:
* Install [NodeJS](https://nodejs.org/)
* Execute `npm install -g gulp` (with root/admin rights) somewhere to install gulp globally
* Execute `npm install` in the checked out folder
* Use `gulp` to serve the content
You can alternatively use any web server you like to serve the content of the `src` folder.