Skip to content

kondratyev-nv/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣 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