Install dependencies:
npm install
Install git commit hook:
run prepare
npx elm-live src/Main.elm
Start a live server:
live-server
Then you can navigate to your PC's network IP and port from your mobile to see it in action.
Include the commented out scripts in index.html
for dev tools on your mobile
Requires json-server
npm install -g json-server
json-server --watch db.json