The web app for the Flowback platform.
Once the backend is up and running, change the baseURL
to
baseURL: "http://127.0.0.1:8000"
In App.js
npm start
I'm not sure what
localStorage.getItem('rootUrl')
does, perhaps it gets the env var rootUrl
? idk.