Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rozsival/nextjs-example
- Owner: rozsival
- Created: 2022-09-12T11:30:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:19:00.000Z (11 months ago)
- Last Synced: 2024-10-11T19:49:56.555Z (26 days ago)
- Language: TypeScript
- Homepage: nextjs-example-coral-phi.vercel.app
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```