Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cschleiden/nextjs-sample

Small Next.js sample application illustrating publishing to Azure Functions
https://github.com/cschleiden/nextjs-sample

azure azure-functions nextjs

Last synced: 3 months ago
JSON representation

Small Next.js sample application illustrating publishing to Azure Functions

Awesome Lists containing this project

README

        

# Next.js Sample

This sample consists of two pages, one server-rendered that fetches a list of GitHub repositories

Uses:
- [Next.js](https://nextjs.org/)
- GitHub [Primer](https://github.com/primer/components) components
- [OctoKit](https://octokit.github.io/rest.js/)
- [jetzt](https://github.com/cschleiden/jetzt)

# Building and publishing to Azure Functions

*Update `jetzt.config.json` with your Azure subscription.*

```shell
$ npm i
$ npx jetzt .
```