TemplatesWeb apps
Next.js
A TypeScript web app template using Next.js and Robo.js.
Next.js
A TypeScript web app using Next.js and Robo.js.
Getting Started
Create a project with this template:
npx create-robo@next <project-name> --template web-apps/next-tsThen navigate into your project directory:
cd <project-name>Run development mode:
npm run devFeatures
- Next.js App Router
- Server Components
- TypeScript support
- API routes via Robo.js
.env
Hosting
npm run deploy