Get started on Next.js with TypeScript by just a single click
This is an example setup of Next.js building on top of the official TypeScript example. It adds the following:
- Basic Prettier setup
- ESLint config with eslint-config-kentcdodds and a few rules that I often use.
- TypeScript typechecking as part of
test
script (ready to plug into any CI) - Update regularly
Deploy the example using Netlify
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/hanihusam/han-nextts-quickstart han-nextts-quickstart-app
# or
yarn create next-app --example https://github.com/hanihusam/han-nextts-quickstart han-nextts-quickstart-app