NevenLeung / melody

A music 🎵 web application built with AngularJS
https://nevenleung.github.io/melody/
MIT License
0 stars 0 forks source link
angularjs melody music-app

Melody

A music web application built in angular 1.6

Demo -> Melody

Screen shot

Home

Home page

Song

Song page

About

About page

How to build the app

clone this repo

git clone https://github.com/NevenLeung/melody.git

install the dependency

bower install

install dev-dependency

npm install

build

gulp

How to run a mock server

The mock-server structure should be like this. The content in ( ) is the usage of the folder.

mock-server    
    |--public (the copy of dist)
        |--(some files of dist)
        |--images
            |--album (store album cover)
            |--artist (store artist photo)
            |--avatar (store avatar for selection)
            |--logo.png  
        |--music (store music files) 
    |--db.json (the mock database)  

Run it with melody-server

Built With

License

MIT