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
- Host: GitHub
- URL: https://github.com/jackfallows/shoppinglist
- Owner: JackFallows
- Created: 2021-12-04T21:26:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T15:25:27.000Z (about 2 years ago)
- Last Synced: 2025-02-10T00:27:43.154Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
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```