Skip to content

Get started on Next.js with TypeScript by a single click.

Notifications You must be signed in to change notification settings

hanihusam/han-nextts-quickstart

Repository files navigation

han-nextts-quickstart

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

Deploy the example using Netlify

Netlify Status

How to Use

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

About

Get started on Next.js with TypeScript by a single click.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published