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 installStart the development server on http://localhost:3000
pnpm run devRun ESLint:
pnpm run lintFix ESLint errors:
pnpm run lint:fixBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run previewCheck out the deployment documentation for more information.