mhaagens / react-mobx-react-router4-boilerplate

React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
560 stars 137 forks source link

(fix) Missing dependency: http-server #19

Closed colshacol closed 7 years ago

colshacol commented 7 years ago

After following the directions of...

npm i npm run preview

I encountered the error:

sh: http-server: command not found

This PR adds http-server as a dependency so that npm i will gather everything it needs in order to work properly.

mhaagens commented 7 years ago

Ah, forgot about that one. Thanks for contributing!