A simple Nitro app with Route Rules
This directory is a brief example of Nitro using Route Rules that can be deployed to Vercel with zero configuration. Go to the nitro quick start to learn more.
Deploy your own Nitro project with Vercel.
Live Example: https://nitro-route-rules.vercel.app
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
A simple Nitro app with Route Rules
This directory is a brief example of Nitro using Route Rules that can be deployed to Vercel with zero configuration. Go to the nitro quick start to learn more.
Deploy your own Nitro project with Vercel.
Live Example: https://nitro-route-rules.vercel.app
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev