Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# run API server in second terminal
npx json-server db.json --port 3001
Start the development server on http://localhost:3000
:
# npm
npm run dev