/website

ReactJS Indonesia Official Website v2

Primary LanguageTypeScriptThe UnlicenseUnlicense

nextjs-typescript-quickstart

Get started on Next.js with TypeScript in seconds.

This is an example setup of Next.js building on top of the official TypeScript example. It adds the following:

  • Simple styling structure with CSS Modules
  • Basic ESLint and Prettier setup
  • TypeScript typechecking as part of test script (ready to plug into any CI)

How to use

Download the example and then unzip it.

Install it and run:

yarn
yarn dev
# or
npm install
npm run dev