Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marktawa/silverfox
Host a Blazor WebAssembly App on Netlify
https://github.com/marktawa/silverfox
blazor netlify wasm webassembly
Last synced: 15 days ago
JSON representation
Host a Blazor WebAssembly App on Netlify
- Host: GitHub
- URL: https://github.com/marktawa/silverfox
- Owner: Marktawa
- License: apache-2.0
- Created: 2022-10-17T10:24:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T21:42:26.000Z (about 2 years ago)
- Last Synced: 2024-11-07T20:54:39.506Z (2 months ago)
- Topics: blazor, netlify, wasm, webassembly
- Language: HTML
- Homepage:
- Size: 4.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
# How to Deploy a Blazor App on Netlify
This repository serves as a code container for this tutorial: [How to Deploy a Blazor App on Netlify](https://markmunyaka.hashnode.dev/how-to-deploy-a-blazor-app-on-netlify).
## App Demo
![App Demo](/docs/app-demo-github-f10.gif)
## Prerequisites
- [.NET Core SDK](https://dotnet.microsoft.com/download)
## Getting Started
```bash
# clone the repo
$ git clone https://github.com/Marktawa/silverfox.git# change directory to Blazor source code root
$ cd silverfox/src# Run application
/silverfox/src $ dotnet run
```## Tech Stack
* [.NET](https://dotnet.microsoft.com/)
## Author
* [Mark Tawanda Munyaka](https://github.com/Marktawa)