Barbapapazes / starter-nitro

An opinionated starter to create Nitro server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An opinionated starter to create Nitro server

License:MIT License


Languages

Language:JavaScript 63.7%Language:TypeScript 36.3%