cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

I just get a blank screen when running the app #107

Open jamesmbowler opened 7 years ago

jamesmbowler commented 7 years ago

I followed the instructions

  1. npm install
  2. npm run build:dev
  3. npm start

Everything looks fine on terminal, and I see the title of the html page is "Your Cool React App!", but the page itself is empty.

brettstack commented 7 years ago

Same issue. OS X

ericelliott commented 7 years ago

Thanks for bringing this to my attention. I don't have time to address it right now.

Would either of you like to submit a PR? =)

parkerproject commented 7 years ago

Is blank because the App component (https://github.com/cloverfield-tools/universal-react-boilerplate/blob/master/source/shared/components/app/index.js) is only returning the title. So I don't think this is a bug...

ericelliott commented 7 years ago

No, but it should probably say something interesting. =)