Self hosted music streaming service.
Install all the development dependencies:
npm install
Script | Description |
---|---|
start | Runs your application |
release | Creates a production build of the project |
build | Builds the entire project with webpack |
migrate | Migrates the database to a new schema |
watch | Watches all file changes and rebuilds them if necessary |
test | Runs all tests |
coverage | Generates code test coverage report |