Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 292 Bytes

Setup jspm and install jspm dependencies

npm install -g jspm@beta
jspm install
jspm dl-loader --edge

run:

  • install http-server package via
npm install -g http-server 
  • run server (if port 8080 it taken, pick any port that is free)
http-server -p 8080