wwWallet / wallet-frontend

BSD 2-Clause "Simplified" License
24 stars 7 forks source link

Is it possible to run the frontend without the backend? #387

Open samuelgoto opened 1 week ago

samuelgoto commented 1 week ago

... or maybe point it against a dev / test instance of the backend server? ideally, also a test firebase account?

Context: I'm trying to run this frontend but I'm having a hard time running the backend server locally. I'm wondering what's the easiest/fastest way that to run this frontend with fewer dependencies.

Any suggestions?

jessevanmuijden commented 1 week ago

This is not possible with few dependencies. You can try the wallet-ecosystem repo https://github.com/wwWallet/wallet-ecosystem but it only adds complexity. My suggestion is to merge the wallet-backend-server and wallet-frontend into a single next/react project that can run stand-alone.