Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-pop/real-world-nuxt-3


https://github.com/code-pop/real-world-nuxt-3

Last synced: 28 days ago
JSON representation

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
```