Bootstrap a developer-friendly NextJS app configured with:
husky
for commit hooksreact-testing-library
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/mhmdAljefri/next-with-tailwind-theme-ui next-with-tailwind-theme-ui
# or
yarn create next-app --example https://github.com/mhmdAljefri/next-with-tailwind-theme-ui next-with-tailwind-theme-ui
Deploy it to the cloud with Vercel (Documentation).
Nextjs Team example with-typescript-eslint-jest