Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)