Download, clone or fork this repo to start working on a bug free boilerplate starter pack for this configuration. Remove the NuxtWelcome and start coding!
Clone the project:
git clone https://github.com/Cimorexave/nuxt3-starterpack.git
Make sure to install the dependencies:
# npm
npm install
# yarn
yarn install
Start the development server on http://localhost:3000
# npm
npm run dev
# yarn
yarn dev