Skip to content

phake-app/next-template

Repository files navigation

@phakedev/next-template

This template should help get you started developing with Next.js.

Plugins 🛠️

  • tailwindcss - A utility-first CSS framework for rapid UI development.
  • next-themes - An abstraction for themes in your Next.js app.
  • @iconify/react - React component library for icon fonts.

Let's start 🚀

GitHub Template

Create a repo from this template on GitHub

Clone to local

npx degit phakedev/next-template my-next-app

cd to your folder project.

cd my-app

Install dependencies

pnpm i

Dev

Start dev server running at http://localhost:3000

pnpm dev

Production

Build your app.

pnpm build

Start!

pnpm start