Simple React based PWA to run on a(ny) Mobile Phone either than that stupid crappy HTML File they offer.
This landingpage can be hosted on any Server you may want. You just have to change the ELWAs IP adress accordingly (src/API/API.js) and build it using the commented buildx command (Dockerfile).
To start the fake backend go to the repositories directory, open a console and install all neccessary requirements using npm install
After that you can start fake backend using npm run fake:server
Output should look like this:
> [email protected] fake:server
> node fake-server.js
Fake backend läuft auf http://0.0.0.0:4000
Now, open another terminal in the repositories folder and start frontend using npm start
