elm-tile-editor
July 21, 2016 ยท View on GitHub
- Live demo: https://www.danneu.com/elm-tile-editor/
A general tilemap editor, work in progress.

Run Locally
Install deps and start the hot-reloading webpack dev server:
npm install
npm start
Navigate to http://localhost:8080.
Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.