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.
- CI with GitHub Actions
- Autofix ready
- Preconfigured ESLint with @antfu/eslint-config
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
pnpm run dev
Run ESLint:
pnpm run lint
Fix ESLint errors:
pnpm run lint:fix
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.