https://github.com/starptech/pe-dotnet-core
Progressive enhancement with .NET Core & React
https://github.com/starptech/pe-dotnet-core
Last synced: 8 months ago
JSON representation
Progressive enhancement with .NET Core & React
- Host: GitHub
- URL: https://github.com/starptech/pe-dotnet-core
- Owner: StarpTech
- Created: 2017-12-13T20:53:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T21:02:57.000Z (about 8 years ago)
- Last Synced: 2024-10-06T02:42:08.628Z (over 1 year ago)
- Language: C#
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pe-dotnet-core
[Progressive enhancement](https://www.shopify.com/partners/blog/what-is-progressive-enhancement-and-why-should-you-care) with .NET Core & React
## Getting Started
1. Checkout Repository
2. Go to [wwwroot](https://github.com/StarpTech/pe-dotnet-core/tree/master/src/pe-dotnet-core/wwwroot)
```
npm i
npm start
```
3. Go to [root](https://github.com/StarpTech/pe-dotnet-core/tree/master/src/pe-dotnet-core) and start the .NET Core Application
```
$ dotnet run
```
## Production Build
```
npm run build
```
## Architecture
- Render entry pages with Razor Pages.
- Provide REST API and consume it from the frontend.
- Use Entity Framework as ORM.
- Use React as Web-Component library to build dynamic user-interfaces.
- Use Brunch as frontend build tool.
- Use PWA capabilities (Service Workers, Preloading ...) to provide a more realiable and faster user experience.
- Build Page specific Javascript bundles.
## Demo Project
The application is small catalog about devices around the world. The locations are displayed on OpenStreetMap.