KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

missing server.coffee #16

Closed rseymour closed 9 years ago

rseymour commented 9 years ago

Hi,

I took the server.coffee from your flickr example and it works nicely here, but right now npm start will fail since it's not in this repo. Just a note that you probably want to move it over.

Thanks so much for this code, it let me dive into the deep end of react / coffeescript.

KyleAMathews commented 9 years ago

Oh, forgot that was still there. I'm just going to change the npm run like to run cult watch actually. The server.coffee file is for running a little static file server. Which is nice but outside the scope of this project I think. There's lots of ways you could end up serving your compiled frontend code and this project should be agnostic to those.

Glad it's been helpful!