Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 286 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 286 Bytes

Next.js Example

ApiTree Academy example of Next.js app with SSG + dynamic routing and server-less function deployed to Vercel.

💾 Installation

nvm use
yarn install

👨‍💻 Development

yarn dev

📦 Build

yarn build
yarn start