Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutgaard/spotifyghtclient
FrontEndClient for spotify voting
https://github.com/nutgaard/spotifyghtclient
Last synced: 2 months ago
JSON representation
FrontEndClient for spotify voting
- Host: GitHub
- URL: https://github.com/nutgaard/spotifyghtclient
- Owner: nutgaard
- Created: 2014-09-14T11:31:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T17:24:25.000Z (over 10 years ago)
- Last Synced: 2024-04-14T06:42:30.011Z (9 months ago)
- Language: JavaScript
- Size: 547 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NodeBowerGruntSass
==================Boilerplate code for setting up a project using NodeJS, Bower, Grunt, and SASS, ready to be deployed to heroku and build with cordova for mobile apps.
Starting dev mode
==================```
grunt
foreman start web
```Starting prod mode
==================```
grunt prod
node server.js
```