Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiga/spotilist-angular
https://github.com/deiga/spotilist-angular
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/spotilist-angular
- Owner: deiga
- Created: 2014-09-10T12:55:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:41:45.000Z (about 1 year ago)
- Last Synced: 2024-10-24T02:56:25.911Z (about 2 months 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!**
----------