0

I ran all the commands for installing the famo.us developer tools. All went well until the last step of grunt serve. It just popped up a Chrome window with a big famo.us logo in the middle but other than that it does nothing and I don't see any options/buttons I can click. Is there something I am missing?

skb
  • 30,624
  • 33
  • 94
  • 146

1 Answers1

2

No, you are not missing anything. That is the example app that is generated during the scaffolding process.

Look for the file app/src/main.js ..

This is your main javascript file. What you currently see in the browser is being generated from that file.

Was there something else you were expecting to see?

johntraver
  • 3,612
  • 18
  • 17
  • For some reason I was expecting it to be an interactive editor like the one in the famo.us lessons. Now re-reading it I think my brain just read it wrong before. Thanks! – skb Apr 29 '14 at 21:54
  • No Problem! Have fun! – johntraver Apr 29 '14 at 23:03