Introduction to React

Setup

Setup

Installation

Installation
$ npx create-next-app
$ cd my-app
$ npm install

Starting

Start
$ npm run dev

Static Site Generation

SSG
$ npm run build
Edit this page on GitHub

On this page