/nitro-101-first-hand

Getting started with Nitro, the TypeScript framework for writing ultra-fast web servers

Primary LanguageTypeScriptMIT LicenseMIT

Nitro 101 - First hand

Read my article (FR) to learn Nitro!

Install dependencies

pnpm install

Run the app

pnpm run dev

Build the app

pnpm run build

Run the app in production

pnpm run preview