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

https://github.com/anthonychu/test-azurefunctions-nextjs-serverless


https://github.com/anthonychu/test-azurefunctions-nextjs-serverless

Last synced: about 1 year ago
JSON representation

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
```