mking / react-hn

Learn React by building the Hacker News front page
424 stars 64 forks source link

Replaced python http server with node http-server #1

Closed johnhenry closed 9 years ago

mking commented 9 years ago

Great find. I like the idea of using a single language platform rather than two. Also, http-server seems to be well-regarded on GitHub (stars) and StackOverflow, so I will merge this.