Frontend starter kit with Lucide Icons and Embla Carousel, see details below :)
Keep the boilerplate current with these scripts (run these first, then fire up the dev server):
# Update package versions and reinstall
npm run upgrade
# Run Next.js codemods after major bumps
npm run next-codemodThis is a Next.js project bootstrapped with create-next-app.
How to run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file (hot reloading).
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.