Home

Awesome

elm-tile-editor

A general tilemap editor, work in progress.

screenshot

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.