Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cschleiden/nextjs-sample
- Owner: cschleiden
- License: mit
- Created: 2019-08-10T18:42:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:55:50.000Z (about 2 years ago)
- Last Synced: 2024-10-04T19:59:03.225Z (4 months ago)
- Topics: azure, azure-functions, nextjs
- Language: TypeScript
- Homepage: https://nextjs-sample.azurewebsites.net
- Size: 1.14 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```