Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rozsival/nextjs-example

🎓 ApiTree Academy example of Next.js app with SSG + dynamic routing and server-less function deployed to Vercel
https://github.com/rozsival/nextjs-example

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Next.js Example

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

## 💾 Installation

```bash
nvm use
yarn install
```

## 👨‍💻 Development

```bash
yarn dev
```

## 📦 Build

```bash
yarn build
yarn start
```