Awesome
Lights out game in ELM!
Read about Lights Out game
Quickstart
npm install
npm start
: Runsserve
andwatch
concurrently for you
Other scripts:
npm run build
: Builds the elm source to public/built/index.jsnpm run watch
: Watches elm files in src for changes, and runsbuild
when changes are detectednpm run serve
: Starts up a server in the public directory, and live-reloads when public/built/.js or public/.css change