A web application that provides a fun and interactive memory card game built with TypeScript, React, and Tailwind CSS.
- Node.js (v16 or higher)
- pnpm (v8 or higher)
-
Clone the repository:
git clone <repository-url> cd memory-game
-
Install dependencies:
pnpm install
To start the development server:
pnpm devThis will start the development server at http://localhost:5173. The page will automatically reload if you make changes to the code.
To create a production build:
pnpm buildThe built files will be in the dist directory.
To preview the production build locally:
pnpm preview- TypeScript
- React
- Tailwind CSS
- Vite