https://github.com/timroes/angular-starter-template
A simple template for quick starting some Angular experiments. Attention: this is not meant for production code.
https://github.com/timroes/angular-starter-template
Last synced: 5 months ago
JSON representation
A simple template for quick starting some Angular experiments. Attention: this is not meant for production code.
- Host: GitHub
- URL: https://github.com/timroes/angular-starter-template
- Owner: timroes
- Created: 2015-04-10T17:49:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T08:38:50.000Z (almost 11 years ago)
- Last Synced: 2025-07-18T14:52:14.716Z (12 months ago)
- Language: HTML
- Size: 217 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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.