Go to file
saml33 c6fb979e4b fix z index 2024-04-09 15:55:43 +10:00
.github/workflows
.husky
@types
api
app fix z index 2024-04-09 15:55:43 +10:00
contentful
public add tnsr logo 2024-04-09 09:22:34 +10:00
.eslintignore
.eslintrc.json
.gitignore
.nvmrc
.prettierignore
.prettierrc
README.md
dd65cfb0f5dfe39e770f3c5af3a58f57.txt
jest.config.js
netlify.toml
next-env.d.ts
next-i18next.config.js
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
tsconfig.tsbuildinfo fix z index 2024-04-09 15:55:43 +10:00
yarn.lock

README.md

NextJS Typescript 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 with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).