https://github.com/leadcodedev/memory-ui
https://github.com/leadcodedev/memory-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leadcodedev/memory-ui
- Owner: LeadcodeDev
- Created: 2021-06-15T07:56:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T08:52:37.000Z (almost 5 years ago)
- Last Synced: 2025-12-07T22:58:04.759Z (4 months ago)
- Language: Vue
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Memory UI
This repository is dedicated to [O'clock](https://github.com/O-clock-Teach)
This memory game is composed of an [API](https://github.com/LeadcodeDev/memory-api) and a frontend
To start the frontend project, please follow the instructions below:
```
npm install
# or
yarn
```
And then
```
npm run dev
# or
yarn dev
```