Look at the Nuxt 3 documentation and Deno documentation to learn more.
Make sure to check out the deno.json file to see how the tasks are configured.
Make sure to install deno 2.0:
curl -fsSL https://deno.land/install.sh | sh
If already installed upgrade to latest
deno upgrade
Clone the repository:
git clone https://github.com/TimvdEijnden/deno2-nuxt3.git
Make sure to install the dependencies using deno:
deno install
Start the development server on http://localhost:3000
:
deno task dev
Build the application for production:
deno task build
Preview the production build on http://localhost:3000
:
deno task preview
No node needed al all. Just Deno.