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
$ npx create-next-app$ cd my-app$ npm install
$ npm run dev
$ npm run build