next-starter

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

MIT License

Stars
1

Next.js Starter

This starter has TypeScript, Tailwind, Jest and scaffolding

Preview

Preview the example live on StackBlitz:

Deploy your own

Deploy the example using 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