An open API service indexing awesome lists of open source software.

https://github.com/mateus/minesweeper

Minesweeper game made with NodeJS (ES6)
https://github.com/mateus/minesweeper

es6 game minesweeper nodejs

Last synced: 15 days ago
JSON representation

Minesweeper game made with NodeJS (ES6)

Awesome Lists containing this project

README

          

# minesweeper
Minesweeper game made with NodeJS (ES6)

![](https://github.com/mateus/minesweeper/blob/master/gif/minesweeper.gif?raw=true)

[Branch with MongoDB Heroku Add-on](https://github.com/mateus/minesweeper/tree/with-mongodb)

### Development

Watch SCSS changes:

`npm run build:scss`

Watch JS changes and rebuild JS bundle:

`npm run build:webpack`

Run server with nodemon:

`sudo npm run dev`

### Run

`npm install`

`npm run start`

Go to [http://localhost:8000](http://localhost:8000)