/next-starter

Next.js starter with TypeScript, Tailwind, Jest, Cypress, Eslint and scaffolding that you can run in Docker

Primary LanguageTypeScriptMIT LicenseMIT

Next.js Starter

This starter has TypeScript, Tailwind, Jest and scaffolding

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

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/akellbl4/next-starter next-app
# or
yarn create next-app --example https://github.com/akellbl4/next-starter next-app