Skip to content

Code-Pop/Real-World-Nuxt-3

Repository files navigation

How to run this app

Install the dependencies:

npm install

Start the dev server:

npm run dev

Start the mock API server:

npm run mock-api