https://next-js-sample.netlify.app/
- NextJs
- TypeScript
- PWA
- Storybook
- Tailwind
- Prettier
- Eslint
- Husky
- Clone the repo
git clone https://github.com/darbandi/next-app-config.git
- Install dependencies using Yarn
cd next-app-config
yarn
- Start the development server
yarn start
npx husky install
npx husky add .husky/pre-commit "npm run lint"
npx husky add .husky/pre-push "npm run build"
npx husky add .husky/commit-msg "npx --no -- commitlint --edit ''"
npx sb init --builder webpack5
npx sb init -f
npx tailwindcss init -p