SoundCove's application is single-paged. It's orientated around dynamic HTML5 URLs (falling back on hash URLs), and uses WebSockets to fetch information from the API server asynchronously.
Assuming you've forked, cloned, and cd
ed:
npm install
to install dependencies. (this will automaticallybower install
too)npm test
to start the gulp watchers andapp-server
.
SoundCove encourages developers to help improve and experiment with our code, we hope people are inspired from our code. However, it's against our terms to redistribute or use any of our code commercially. Please see soundcove/legal for more information. App Client (app-client) is copyright property of SoundCove.