https://github.com/carsonip/alexa-music
https://github.com/carsonip/alexa-music
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carsonip/alexa-music
- Owner: carsonip
- License: mit
- Created: 2016-08-27T23:22:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T18:17:37.000Z (almost 10 years ago)
- Last Synced: 2025-01-15T21:53:45.687Z (over 1 year ago)
- Language: JavaScript
- Size: 4.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* Alexa Music
** Getting Started
```
# Install dependencies
npm install
# Start development live-reload server
PORT=8080 npm run dev
# Start production server:
PORT=8080 npm start
```