hanihusam / han-nextts-quickstart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 45.4%Language:CSS 36.8%Language:JavaScript 17.8%