rsnext/examples/with-typescript-eslint-jest
2021-11-26 14:46:56 +01:00
..
pages Upgrade packages for example/with-typescript-eslint-jest (#21963) 2021-02-08 21:08:26 -06:00
public [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
test Upgrade packages for example/with-typescript-eslint-jest (#21963) 2021-02-08 21:08:26 -06:00
.babelrc [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.eslintignore [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.eslintrc.json Fix typescript-eslint-jest example to remove Prettier package causing errors (#22452) 2021-03-01 02:43:23 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
.prettierignore [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.prettierrc [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
jest.config.js Follow the breaking change of jest-config (#26082) 2021-06-16 15:51:58 +00:00
next-env.d.ts Include submodules in exported type definition (#28316) 2021-11-26 14:46:56 +01:00
package.json Clean up examples package.json (#27121) 2021-07-12 19:58:03 +00:00
README.md docs: add 'Open in StackBlitz' buttons to various examples (#25853) 2021-06-08 20:45:02 +00:00
tsconfig.json [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

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