hanihusam / website

ReactJS Indonesia Official Website v2

Home Page:https://new.reactjs.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReactJS Indonesia Official Website v2

https://new.reactjs.id/

License:The Unlicense


Languages

Language:TypeScript 76.8%Language:JavaScript 14.5%Language:CSS 8.7%