Repository for the "Fullstack w/ Nuxt Nitro" Vue Mastery course to create a full stack Vue3/Nuxt project, using Nuxt's Nitro to do the server parts.
Make sure to install the dependencies using Node:
# npm
npm iStart the development server on http://localhost:3000:
# npm
npm run dev