https://github.com/code-pop/real-world-nuxt-3
https://github.com/code-pop/real-world-nuxt-3
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/real-world-nuxt-3
- Owner: Code-Pop
- Created: 2023-12-08T19:45:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:06:39.000Z (about 1 year ago)
- Last Synced: 2025-04-24T02:14:13.425Z (9 months ago)
- Language: Vue
- Size: 388 KB
- Stars: 14
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run this app
Install the dependencies:
```bash
npm install
```
Start the dev server:
```bash
npm run dev
```
Start the mock API server:
```bash
npm run mock-api
```