Introduction to React
Setup
Setup
Installation
Installation
$ npx create-next-app$ cd my-app$ npm installStarting
Start
$ npm run devStatic Site Generation
SSG
$ npm run build$ npx create-next-app$ cd my-app$ npm install$ npm run dev$ npm run build