eiffelqiu / aurelia-spotify

Aurelia Spotify App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurelia Spotify

Aurelia Spotify SPA built with Aurelia framework

online demo: http://www.likenote.com/spotify/

screen 1

screen 2

screen 3

Prerequisite

# install aurelia-cli
$ npm install aurelia-cli -g
# install dependencies
$ npm install

Development

# start the server
$ au run --watch

go to http://localhost:9000 in your browser

Production

# production
$ au build --env prod

upload 'index.html' and 'scripts' folder to webserver's root.

About

Aurelia Spotify App


Languages

Language:JavaScript 79.1%Language:HTML 18.8%Language:CSS 2.0%