Skip to content

jrsanchezalcala/simplememorygame

Repository files navigation

This is an example project of famous "memory game" build in next.js

Install

npm ci

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.