codeschool / WatchUsBuild-React

Code sample for the Watch Us Build episode that focused on React
http://codeschool.github.io/WatchUsBuild-React/demo
120 stars 117 forks source link

There's nothing inside src/app.js on start-here branch #4

Closed neo closed 7 years ago

neo commented 7 years ago

According to the video, it should be a file with all codes in it.

sergiocruz commented 7 years ago

@neolwc if you look at the 5 minute mark of the video, you'll see that we're using a file called public/assets/components.js and we then transfer the contents of that file to src/app.js.

Hope this helps!

neo commented 7 years ago

Ohh ok, my bad, sorry!