Go to file
Maximilian Schneider 17d5d98428 Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
pages Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
public Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
test Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.babelrc Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintrc.json Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.gitignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.prettierignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.prettierrc Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
README.md Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
jest.config.js Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
next-env.d.ts Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
package.json Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
tsconfig.json Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
yarn.lock Initial commit from Create Next App 2021-04-24 23:47:02 +03:00

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