Commit b963a928 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #842 from elia/patch-1

Add the Ruby version of the web server
parents 0d9158b2 60e0f7ae
......@@ -24,6 +24,10 @@ You need to run a local server at the root of the TodoMVC project. On Mac OSX, y
python -m SimpleHTTPServer 8000
or its Ruby equivalent:
ruby -run -e httpd . -p 8000
To run the tests for all TodoMVC implementations, run the following:
mocha allTests.js --reporter spec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment