Files
frontend/README.md
2020-11-08 15:38:39 -03:00

839 B

Minesweeper Frontend

Stack used:

OpenAPI 3 documentation: https://apidoc.mines.makecodes.dev/ Game frontend: https://mines.makecodes.dev/ Backend github repo: https://github.com/imakecodes/minesweeper-backend

Running locally

Clone the repository

git clone git@github.com:imakecodes/minesweeper-frontend.git
cd minesweeper-frontend

Install dependencies

npm install

Run the application

npm run start

The application will be available at http://localhost:3000