requirejs/require-cs

How to actually run demo project?

Closed this issue · 2 comments

I don't see how to actually run the demo project. There's the obvious build.sh but no bootstrapper file or webserver to start the app with.

Oh sorry, I have all my git projects visible through the built in web server on osx. Any web server should do, I'll think of a way to include maybe a bare bones node one.

Ah. No mac, I'm on Ubuntu or Windows.
I'd recommend including a simple express bootstrapper.

Also there's the incredibly awesome Mongoose webserver project which gives you an executable that you run to start a local webserver. It's tiny so committing it to source control shouldn't be a problem (though you'll probably need different builds for different OSes)