This codebase was created to demonstrate a fully fledged fullstack application built with Nuxt3 including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Nuxt3 community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Look at the Nuxt 3 documentation to learn more.
- 📦 Node.js >=16
- 📦 Yarn >=1
First, clone
this project and make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.