Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 377 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 377 Bytes

MineSweeper

A simple minesweeper game created using NextJS

Technology Used:

  1. NextJS
  2. TailwindCSS

Install dependencies before Running Project:

  1. with npm
$ npm install
  1. with yarn
$ yarn install

To run project:

  1. with npm
$ npm run dev
  1. with yarn
$ yarn dev

open project in localhost