https://github.com/anthonychu/test-azurefunctions-nextjs-serverless
https://github.com/anthonychu/test-azurefunctions-nextjs-serverless
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonychu/test-azurefunctions-nextjs-serverless
- Owner: anthonychu
- Created: 2019-05-30T21:18:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T09:59:13.000Z (over 3 years ago)
- Last Synced: 2025-02-12T08:31:53.433Z (over 1 year ago)
- Language: JavaScript
- Size: 663 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build next.js app
```
# run in repo root
npm install
npm run build
```
Run start function app
```
cd azurefunctions
npm install
func start
```