https://github.com/deiga/spotilist-angular
https://github.com/deiga/spotilist-angular
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/spotilist-angular
- Owner: deiga
- Created: 2014-09-10T12:55:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:41:45.000Z (over 2 years ago)
- Last Synced: 2024-12-11T16:49:10.312Z (over 1 year ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spotilist WebApp!
=====================
---------------
This is an Angular.js App and is powered by [Boom Angular Generator](https://npmjs.org/package/generator-boom)
Installation
---------
Install the Boom Generator first.
```sh
git clone [clone-url] app
cd app
```
Install [Boom Angular Generator](https://npmjs.org/package/generator-boom)
```sh
npm install -g generator-boom
```
Then install all develpment dependencies
```sh
npm start
```
Finally, fire up the server
```
gulp
```
**Thats it!**
----------