https://nextjs-static-blog-sample.vercel.app/
- React 17
- Next 10
- Install dependencies:
yarn install
|npm install
- Build static site:
yarn build
|npm run build
- Run static site:
yarn start
|npm run start
https://nextjs-static-blog-sample.vercel.app/
yarn install
| npm install
yarn build
| npm run build
yarn start
| npm run start