Skip to content

redpangilinan/next-shadcn-landing

Repository files navigation

Next Landing

Easy to setup, customizable, quick, and responsive landing page starter built with Next.js and shadcn/ui.

Preview

Next Landing Preview

Getting Started

Follow the instructions based on the package manager you use (npm/pnpm)

Start by setting up a new project

npx degit redpangilinan/next-shadcn-landing my-app
pnpm dlx degit redpangilinan/next-shadcn-landing my-app

Change package.json name

"name": "next-shadcn-landing",

to

"name": "my-app",

Install dependencies

npm install
pnpm install

Run the newly created app

npm run dev
pnpm run dev

That's it

Open http://localhost:3000 with your browser to see the result.

Modify the content and website configurations in the /config folder.

Modify the layout and routes in the /app folder.

Change navigation links by modifying lib/links.ts file.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out Next.js deployment documentation for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.