Skip to content

soorria/dfrm

Repository files navigation

Soorria's Next.js + TailwindCSS + TypeScript Template

Usage

  1. Create an app with create-next-app:

    yarn create next-app -e https://github.com/mo0th/next-tailwind-ts my-nextjs-app

    or

    npx create-next-app -e https://github.com/mo0th/next-tailwind-ts my-nextjs-app

    or

    npm init next-app -e https://github.com/mo0th/next-tailwind-ts my-nextjs-app
  2. Set up husky

    yarn prepare

    or

    npm run prepare