Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 490 Bytes

💣 Minesweeper Build Status License

Minesweeper game project to learn JS.

See current version on GitHub Pages.

Setup

  1. Install dependencies

    npm install
    
  2. Run tests

    npm test
    
  3. Build and run dev server

    npm start