jakeNiemiec / jspm_bootstrap

jspm :black_square_button: + bootstrap :boot:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-server issue

norgeous opened this issue · comments

npm start did not work for me.
I ran npm i http-server then it worked.
Either you should include http-server as a dependency or mention either npm install http-server or npm install -g http-server in the README

Thanks!