rsnext/examples/with-typescript-eslint-jest
Kanitkorn Sujautra 6de34e7557
Add missing dependency to with-typescript-eslint-jest (#17864)
In `with-typescript-eslint-jest` example, `identity-obj-proxy` is being used here, but it's not in `package.json` yet.
5b1be2bb98/examples/with-typescript-eslint-jest/jest.config.js (L14)

This PR adds `identity-obj-proxy` to `package.json`.
2020-11-11 00:14:03 +00:00
..
pages Fix extension name for example app (#16906) (#16916) 2020-09-08 07:21:52 +00:00
public [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
test update test snapshot in with-typescript-eslint-jest (#13847) 2020-06-07 23:54:16 +00: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 [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05: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 fix: Order moduleFileExtensions left-to-right (#18328) 2020-10-27 20:20:03 +00:00
next-env.d.ts [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
package.json Add missing dependency to with-typescript-eslint-jest (#17864) 2020-11-11 00:14:03 +00:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04: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:

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