This is a simple project of a classic minesweeper game used to show the power and ease of use of Next.js. You can make changes to the project, or play the game if you'd like. If you want to learn more, see the Demo section.
The game has the rules of regular minesweeper. Currently there is only an easy board (10x8), but in the future medium and hard boards will be available. It is also currently not mobile friendly.
You can play the game here.
To clone the project, run the following command into the desired folder
git clone https://github.com/sb2bg/next-minesweeper
See Getting Started for instructions on how to run the server
To start the development server, first, you must cd into the project folder. Then, you can run either of the following commands
npm run dev
# or
yarn dev
Once thats done, to view the webpage, open localhost:3000 to play the game or help debug your changes.