Starter kit for ⚗️ Nitro – a powerful tool chain and a runtime framework from the UnJS ecosystem to build and deploy any JavaScript server, anywhere.
It is highly recommended reading the Nitro documentation when working with this template.
- 🎒 Demo routes and route rule examples
- 🥖 Nano JSX SSR routes
- 🤠 CORS handler middleware
- ✅ Full test coverage powered by Nitro Test Utils
- 🦺 ESLint & Prettier defaults
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Start the development server using
pnpm run dev
- Visit localhost:3000
Nitro tests are located in the test
directory. When running tests, a Nitro instance is created and launched for all test suites. This can be configured based on your use case.
Run the Nitro tests using pnpm test
.
MIT License © 2022-PRESENT Johann Schopplich