login-flow
login-flow copied to clipboard
:key: A login/register flow built with React&Redux
Can i use this in a webhosting? Because it runs on localhost and i need to type a command im not sure...
The link https://loginflow.mxstbr.com returns 404. 
I had forked this project and run some tests. When i try to 'npm start' other projects , i get the following: ` Compiled successfully! You can now view my-app...
I tried to console out some data but it's not at all working, I don't know why. Can somebody help me to debug it.
Hi, I have downloaded both react boiler plate and this application. I can't recognize the boilerplate in login-flow, is this code compatible with the new app folder design / boot...
After npm start hitting localhost:3000 will render a blank page with Login Flow by Max Stoiber as title.. bummer :disappointed: Could you please create a login project using the generator...
If I want to deploy to PaaS, e.g. Heroku, then how to do it? Is there any tutorial/guides on how to connect this web app to server that store the...
I would be really helpful to see it running in Saga style.
Added cross-env to fix npm start error on Windows as described here https://github.com/mxstbr/login-flow/issues/11.
There are two "exports default" in the file "login-flow/js/components/App.react.js" "export default App;" line 26 "export default connect(select)(App);" line 38 Is it correct ?