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

https://github.com/jackfallows/shoppinglist

Shopping List webapp written in ASP.NET with Blazor
https://github.com/jackfallows/shoppinglist

Last synced: over 1 year ago
JSON representation

Shopping List webapp written in ASP.NET with Blazor

Awesome Lists containing this project

README

          

# ShoppingList

Blazor web app that can be run inside electron for creating shopping lists.

# Run
```electronize start```

# Debug
Go to debug menu in right hand panel, choose .NET Core Attach and choose the "ShoppingList" process.

# Publish
```electronize build /target win /PublishReadyToRun true```