Skip to content
/ starter-nitro Public template

An opinionated starter to create Nitro server

License

Notifications You must be signed in to change notification settings

Barbapapazes/starter-nitro

Repository files navigation

Opinionated Nitro Starter

Ready to start your next project with Nitro? This starter is a great place to start.

Look at the Nitro documentation to learn more and do not forget to change the README.md and, LICENSE.md and package.json files.

Features

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development

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

pnpm run dev

Linting

Run ESLint:

pnpm run lint

Fix ESLint errors:

pnpm run lint:fix

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.