Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremylikness/blazorhealthapp
Example application ported from Angular 2 to Blazor
https://github.com/jeremylikness/blazorhealthapp
angular angular2 blazor blazor-application blazor-client blazor-web
Last synced: 3 months ago
JSON representation
Example application ported from Angular 2 to Blazor
- Host: GitHub
- URL: https://github.com/jeremylikness/blazorhealthapp
- Owner: JeremyLikness
- License: mit
- Created: 2018-12-13T00:50:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T21:17:43.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T03:52:54.589Z (3 months ago)
- Topics: angular, angular2, blazor, blazor-application, blazor-client, blazor-web
- Language: HTML
- Homepage: https://blog.jeremylikness.com/blog/2019-01-03_from-angular-to-blazor-the-health-app/
- Size: 311 KB
- Stars: 37
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Health App
[Angular 2 Health App](https://github.com/JeremyLikness/Angular2HealthApp) ported to [Blazor](https://jlik.me/gkz) `3.2.0-preview1.20073.1` to learn how Blazor works.
[![Free Azure Account](https://img.shields.io/badge/FREE-Azure-0077ff)](https://jlik.me/gmk) Get your [Free Azure Account](https://jlik.me/gmk)
![Screenshot](./splash.png)
👀 See the running app [here](https://blazorhealthapp.z5.web.core.windows.net/)
Read the full blog post: [From Angular to Blazor: The Health App](https://jlik.me/ewt)
1. Navigate to the parent folder you would like to put the project in.
2. `git clone https://github.com/JeremyLikness/BlazorHealthApp.git`
3. Open the `BlazorHealthApp.sln` in Visual Studio 2017 or later
4. Compile/launch[@JeremyLikness](https://twitter.com/JeremyLikness)