Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rifandani/music-player

Simple music player using express and hbs
https://github.com/rifandani/music-player

hbs heroku heroku-deployment music-player nodejs

Last synced: about 2 months ago
JSON representation

Simple music player using express and hbs

Awesome Lists containing this project

README

        

# ExpressJS Music Player

> Membangun Simple Music Player berbasis NodeJS dengan template engine hbs

## Demo

Demo aplikasi dapat diakses dengan link berikut: [Rifandani Playlist](https://rifandani-playlist.herokuapp.com/)

## Prerequisites

- Download dan Install NodeJS
- Download dan Install NPM

## Installation

```
# clone repository
$ git clone https://github.com/rifandani/music-player.git

# masuk ke app's directory project ini
$ cd music-app

# install app's dependencies
$ npm install
```

## Usage

```
# jalankan aplikasi mode development dengan package nodemon
$ npm start
```

Lalu, buka localhost dengan browser anda.