Awesome
elm-tile-editor
- 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.