sandersjerik / themuse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

themuse

Example site integrating with The Muse API.

Requirements

  • Node (tested with version 6.9.2)

Setup

git clone https://github.com/sandersjerik/themuse.git
cd themuse
npm install 

Building

npm run build

or if you have gulp installed globally

gulp build

Running

npm start

Browse to http://localhost:8080/

About

License:MIT License


Languages

Language:TypeScript 65.1%Language:HTML 28.5%Language:JavaScript 6.3%