werein / react

Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss

Home Page:https://wereinhq.com/guides/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nothing on screen

msimonc opened this issue · comments

npm install; npm start;

browser to: http://localhost:8080/index.html or http://localhost:8080

nothing on screen, what am i doing wrong? Thx!

That is correct. Go to containers/app.js and add something (hello world) into the div tag in render() method :)
Von meinem iPhone gesendet