sarenji/solid

Am I missing something?

Closed this issue · 1 comments

I made a file main.coffee which contained the example code:

require('solid') ->
  "/" : "<b>Hello world!</b>"

After I compiled it into main.js, and did node main.js, I got the message Solidifed port 8081. However, when I tried to go to 127.0.0.1:8081 in my web browser, I got this message:

Cannot GET /

What am I doing wrong here?

Never mind: I should learn to use my browser properly. Sorry, closing this.