jackson-zhipeng-chang / MTM-UI

The Music Time Machine Front-End

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTM-UI

MTM is an app used in the course CMPUT401 at the University of Alberta. The application was developed by Diego Serrano during the Winter of 2018.

Installation

First clone the application code into any directory on your disk (preferably, not using spaces in the folder structure)

$ git clone https://github.com/dfserrano/MTM-UI.git
$ cd MTM-UI

Install dependencies

$ npm install

Run the application:

npm start

The application will be available at port 8080. Then, to access the user interface, the address you have to type is:

http://localhost:8080/

About

The Music Time Machine Front-End


Languages

Language:JavaScript 93.2%Language:CSS 4.4%Language:HTML 2.4%