Skip to content
/ starter Public template

Full-stack application running on Cloudflare Pages, with zero configuration. Support D1, R2 and KV storages.

Notifications You must be signed in to change notification settings

nuxt-hub/starter

Repository files navigation

NuxtHub Starter Template

This starter lets you get started with NuxtHub in seconds.

Features

Setup

Make sure to install the dependencies with pnpm.

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Deploy

Cloudflare

npm run deploy-cloudflare

Wrangler will create the necessary resources on your Cloudflare account.

Vercel

On the Vercel dashboard -> Storage, create a Turso SQLite database, Redis database, and Vercel Blob store

npm run deploy-vercel

Link the newly created resources to your project and re-deploy.

About

Full-stack application running on Cloudflare Pages, with zero configuration. Support D1, R2 and KV storages.

Topics

Resources

Stars

Watchers

Forks