rsnext/examples/with-typescript-eslint-jest
Devin Ekadeni 4f1ccda5bd
[Example] With TS Eslint Jest - unnecessary package (#17170)
As mentioned in [here](https://www.npmjs.com/package/@types/testing-library__react), the package has been deprecated and not necessary to be installed.
By removing this from `package.json` will give other devs have more understanding when learning typescript with eslint and jest about what need to be installed on the project.
2020-09-21 03:06:21 +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 [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
next-env.d.ts [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
package.json [Example] With TS Eslint Jest - unnecessary package (#17170) 2020-09-21 03:06:21 +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).