jpadilla / notaso

Conoce a tus profesores antes de llegar al salón.
http://www.notaso.com/
Other
19 stars 6 forks source link

Search bar now uses react. #92

Closed Jpadilla1 closed 8 years ago

Jpadilla1 commented 8 years ago

qq1oiwvqth

jpadilla commented 8 years ago

@Jpadilla1 nice work! any setup instructions?

Jpadilla1 commented 8 years ago

@jpadilla thanks! :) The bundle.js file is being loaded in the base.html template from django. You can generate the file by running...

  1. npm install -g webpack
  2. cd static/react
  3. npm install
  4. webpack
jpadilla commented 8 years ago

@Jpadilla1 getting the following error: ERROR in Cannot find module 'babel-runtime/helpers/interop-require-default' when running webpack. What node version are you using?

Jpadilla1 commented 8 years ago

@jpadilla That's strange. I'm using node version 4.0.0.