Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/testdotnetinteractiveinwasm
Quack.
https://github.com/whiteblackgoose/testdotnetinteractiveinwasm
Last synced: 18 days ago
JSON representation
Quack.
- Host: GitHub
- URL: https://github.com/whiteblackgoose/testdotnetinteractiveinwasm
- Owner: WhiteBlackGoose
- License: cc0-1.0
- Created: 2021-08-31T17:23:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T19:43:41.000Z (about 3 years ago)
- Last Synced: 2024-10-19T18:46:37.993Z (30 days ago)
- Language: HTML
- Size: 84.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web app template
What if... you want to create a small C# program *right now*, almost sleeping, or while riding a bus, or waiting in a clothing shop, etc.? You've met a friend or coworker and need to demonstrate something in C#, but couldn't foresee it and didn't take a laptop with you?
Meet this repo web app template!
- ✅ No need to rent a server
- ✅ No need to do the backend
- ✅ You write C#/Html/Css code only
- ✅ No need to manually deploy the updates
- ✅ You can make an app even with your smartphone## How to set up and use
1. Click "Use this template" in the main page of this repo and set the name for your app
2. Go to *Settings* -> *Pages* -> *Source* and switch it to `gh-pages`
3. Edit your code in `Pages/index.razor` and commit (you can do it from the web interface too!)
4. ???
5. Profit!You can keep editing your code in `Pages/index.razor`, it will be automatically updated in your website. Your website will be located at `yourusername.github.io/YourRepoName`