sparkbox / bouncy-ball

:red_circle: Compare web animation techniques by bouncing a ball with each one.
https://sparkbox.github.io/bouncy-ball
MIT License
606 stars 65 forks source link

Added local http server to packages.json #16

Closed jrasanen closed 8 years ago

jrasanen commented 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.

I added it as npm run server initially, but Node threw a warning message:

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

bryanbraun commented 8 years ago

Nice! This works great. Merging. :shipit: