Simple site to manage a list of media files.
Based on nextjs and deployable as an Azure Static Webapp.
- nextjs
- azure functions cli
The functions are in the api
folder.
The nextjs site is in the web
folder.
cd api
func start
cd web
npm run dev
Simple nextjs site deployed as a Azure Static Web App
JavaScriptMIT
Simple site to manage a list of media files.
Based on nextjs and deployable as an Azure Static Webapp.
The functions are in the api
folder.
The nextjs site is in the web
folder.
cd api
func start
cd web
npm run dev