Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 359 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 359 Bytes

Flip Cards

Flip Cards

About:

An simple memory game written in Elm

Requirements:

  • Node >= v6.11

Serve locally:

npm start
  • Access app at http://localhost:8080/

Build & bundle for production:

npm build

Contributing

  • PR's welcome :)