Skip to content

daniel-price/elm-crossword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Install dependencies: npm install

Install git commit hook: run prepare

Debugging

npx elm-live src/Main.elm

Mobile Debugging

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

Mock backend

Requires json-server npm install -g json-server

json-server --watch db.json

Example

See it in action