anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

is the basic example complete? #386

Closed archywillhe closed 8 years ago

archywillhe commented 8 years ago

Hi. I am pretty interested in deku. I've given the v2 doc some read-up and I am looking for some nice v2 demo for better illustration of the library. (I'm thinking about using it in some upcoming projects) I found the basic example in /examples/ and I tried

budo examples/basic/index.js -- -t babelify

after npm install but nothing really happens.

Is the basic example complete? I found this thread but the basic example isn't mentioned there. (p.s. I haven't worked with budo before so by reading the source I couldn't tell if the basic example is complete)

archywillhe commented 8 years ago

Interesting. I went for a nap and when I woke up the server has started

screen shot 2016-01-22 at 2 54 15 pm
archywillhe commented 8 years ago

Turned out it was because I have proxychains4 on in my zsh. Budo is not compatibility with it. https://github.com/mattdesl/budo/issues/129

anthonyshort commented 8 years ago

I went for a nap

Hah! Well, I'm glad you figured it out.