create-vaxad-app
v1.0.2
Published
CLI to clone and set up the create-vaxad-app project
Downloads
202
Readme
create-vaxad-app
This is a Next.js project bootstrapped with create-next-app
and customized by vaxad with TypeScript, Tailwind CSS, shadcn/UI, Prisma, a pre-made landing page, and custom components.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to view the app.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit.
This project uses next/font
to automatically optimize and load Space Grotesk.
Technologies Used
- Next.js: For server-side rendering and React framework features
- TypeScript: Ensuring type safety throughout the codebase
- Tailwind CSS: For utility-first styling
- shadcn/UI: For a pre-designed component library
- Prisma: ORM for interacting with databases
- Custom Components: Tailored components for specific project needs
- Pre-Made Landing Page: A ready-to-use landing page for rapid deployment
Learn More
To explore Next.js further, check out these resources:
- Next.js Documentation - Learn more about Next.js features and API.
- Learn Next.js - Interactive tutorial for Next.js.
Visit the Next.js GitHub repository to provide feedback or contribute.
Deployment
The recommended platform to deploy this Next.js app is Vercel, developed by the creators of Next.js.
Refer to our deployment documentation for more details on deploying on Vercel.