Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 568 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 568 Bytes

Lights out game in ELM!

Demo

Read about Lights Out game

Quickstart

  • npm install
  • npm start : Runs serve and watch concurrently for you

Other scripts:

  • npm run build : Builds the elm source to public/built/index.js
  • npm run watch : Watches elm files in src for changes, and runs build when changes are detected
  • npm run serve : Starts up a server in the public directory, and live-reloads when public/built/.js or public/.css change