-
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
-
Set up husky
yarn prepare
or
npm run prepare