Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 318 Bytes

Setup

Install node js (latest version)

npm install

Running the project

npm start

This will run jspm, copy over assets and start a server that will serve the page at http://localhost:9000. This will start a file watcher, so any css/js changes will be reflected on a page reload.