mxstbr / login-flow

:key: A login/register flow built with React&Redux
https://loginflow.mxstbr.com
MIT License
1.6k stars 215 forks source link

Can i use this on a hosting? #41

Open mchl055 opened 3 years ago

mchl055 commented 3 years ago

Can i use this in a webhosting? Because it runs on localhost and i need to type a command im not sure...

cdurth commented 3 years ago

In short, yes you could build the front end only and have the static files on webhosting. This specific example however, requires a node js server to mock and demonstrate the flow from the frontend to the backend. This code base and tooling is a bit dated, I would look elsewhere to learn a similar work flow.