This is a template repo for a webapp stack that combines NextJS, TailwindCSS, and shadcn. It also includes a number of additional useful configurations, including Prettier, ESLint, Husky, lint-staged, and more.
Ensure you are running the latest stable version of Node.js:
node -v
n stable
Install the NPM packages:
npm install --legacy-peer-deps
npm run dev
Setup Husky and other hooks:
npm run prepare