Go to file
Tyler Shipe f8825bd246 Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
pages Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
public Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
test Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.babelrc Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.eslintignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.eslintrc.json Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.gitignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierrc Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
README.md Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
jest.config.js Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next-env.d.ts Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
package.json Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
tsconfig.json Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
yarn.lock Initial commit from Create Next App 2021-03-26 12:44:55 -04: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).