r-park / todo-react-redux

Todo app with Create-React-App • React-Redux • Firebase • OAuth
https://todo-react-redux.firebaseapp.com
MIT License
1.02k stars 272 forks source link

how to do an incremental build #60

Closed ORESoftware closed 8 years ago

ORESoftware commented 8 years ago

I am new to ES6 modules - the build for this project takes awhile, I am used to reloading the web app after making changes to client code :)

is there an easy way to do an incremental build with WebPack for this project? Please let me know! thanks for this project!

ORESoftware commented 8 years ago

perhaps using

$ npm run dev

instead of

$ npm run build

is good enough? probably :)

r-park commented 8 years ago

Hi @ORESoftware — yes, npm run dev (or npm start) will build incrementally 👍

ORESoftware commented 8 years ago

thanks! makes sense, and HMR is in place.

one issue I am having is that login is not working,

if I click Google/Github/Twitter, I do not get directed to an OAuth page, never am logged in, and also, I never see any todo page!

I want to make some todos! I am not sure how to debug this problem. Do you have any ideas?

ORESoftware commented 8 years ago

my guess is my auth on my firebase account is not setup correctly

ORESoftware commented 8 years ago

yep, here is why

screenshot 2016-09-14 19 14 58

thanks anyway, you can close!