Skip to content

narze/nextjs-with-typescript-eslint-jest-tailwindcss-emotion

Repository files navigation

NextJS Typescript + TailwindCSS Boilerplate

Combines examples/with-tailwindcss-emotion & examples/with-typescript-eslint-jest

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/narze/nextjs-with-typescript-eslint-jest-tailwindcss-emotion my-app
# or
yarn create next-app --example https://github.com/narze/nextjs-with-typescript-eslint-jest-tailwindcss-emotion my-app

Deploy it to the cloud with Vercel (Documentation).