create-nano-app v0.2.1
Create Nano App
The easiest way to get started with Next.js is by using create-nano-app
. This CLI tool enables you to quickly start building a new Next.js application, with everything configured to Nano's specs. You can create a new app using the provided template, or by using one of the official Next.js examples. To get started, use the following command:
Interactive
You can create a new project interactively by running:
npx create-nano-app@latest
You will be asked for the name of your project.
Enter a name to install the necessary types/dependencies and create a new TS project.
Why use Create Nano App?
create-nano-app
allows you to create a new Next.js app within seconds. It includes a number of benefits:
- TypeScript out of the box
- Tailwind CSS
- An SEO component for easy meta tags
- A configurable OG Image Generation API route using @vercel/og
- Custom
_document.tsx
and_app.tsx
files - Commit message linting for better commit messages
Credits
This project is derived from create-t3-app
, the best way to create a new type-safe application with Next.js. Check it out here.