rsnext/examples/with-eslint/README.md
2021-06-20 16:16:34 -05:00

1.4 KiB

ESLint Example

This example shows a Next.js application using the built-in ESLint setup with the next shareable configuration enabled in .eslintrc.

Learn more about the integrated ESLint configuration in the docs.

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-eslint with-eslint
# or
yarn create next-app --example with-eslint with-eslint

Deploy it to the cloud with Vercel (Documentation).