Closed jrasanen closed 8 years ago
Addressing the issue #15.
Added http-server as a development dependency, updated contributing.md and added a script to package.json to run it.
http-server
contributing.md
I added it as npm run server initially, but Node threw a warning message:
npm run server
npm WARN bouncy-ball@1.0.0 scripts['server'] should probably be scripts['start'].
so changed it accordingly. Now development server can be started running npm start
npm start
Nice! This works great. Merging. :shipit:
Addressing the issue #15.
Added
http-server
as a development dependency, updatedcontributing.md
and added a script to package.json to run it.I added it as
npm run server
initially, but Node threw a warning message:so changed it accordingly. Now development server can be started running
npm start