Skip to content

darbandi/next-app-config

Repository files navigation

Live Demo

https://next-js-sample.netlify.app/ Netlify Status

Used

  • NextJs
  • TypeScript
  • PWA
  • Storybook
  • Tailwind
  • Prettier
  • Eslint
  • Husky

To get started

  1. Clone the repo
git clone https://github.com/darbandi/next-app-config.git
  1. Install dependencies using Yarn
cd next-app-config
yarn
  1. Start the development server
yarn start

More commands you should know

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

About

next-app-config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published