Skip to content

2winsen/mines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic mines game

Demo

https://2winsen.github.io/mines/

Requirements

NodeJS version 10.x or higher

Getting started

After cloning repository, go to project directory and run the following command to install dependencies

npm install

Then run the following command to launch development server

npm start

Open http://localhost:3000 to view it in the browser.

Deploy to GitHub pages

Once you are ready to deploy the app run the following command

npm run build

Push all your changes + docs directory. Please note that package.json version is automatically incremented by npm run build

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Releases

No releases published

Packages

No packages published