Skip to content

Next.js template with tailwind css, theme-ui and much more

Notifications You must be signed in to change notification settings

mhmdAljefri/next-with-tailwind-theme-ui

Repository files navigation

NextJS Typescript With Tailwindcss and Theme-UI Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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).

Credit

Nextjs Team example with-typescript-eslint-jest