https://github.com/codewithkyle/blazor-lumen-boilerplate
An installable PWA boilerplate built using Blazor, Lumen, Redis, Cloudflare, and Amazon S3.
https://github.com/codewithkyle/blazor-lumen-boilerplate
Last synced: about 2 months ago
JSON representation
An installable PWA boilerplate built using Blazor, Lumen, Redis, Cloudflare, and Amazon S3.
- Host: GitHub
- URL: https://github.com/codewithkyle/blazor-lumen-boilerplate
- Owner: codewithkyle
- License: mit
- Created: 2021-01-13T16:52:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T14:03:52.000Z (over 3 years ago)
- Last Synced: 2025-03-11T14:52:21.073Z (9 months ago)
- Language: JavaScript
- Homepage: https://blazor.codewithkyle.com/
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Lumen Boilerplate
An installable PWA boilerplate built using Blazor, Lumen, Redis, Cloudflare, and Amazon S3.
## Requirements
- PHP >= 7.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Redis
- AWS S3 bucket
- .NET 5
## Install
1. Download the latest [release](https://github.com/codewithkyle/blazor-lumen-boilerplate/releases).
1. Navigate your terminal to the projects root directory.
## Setup
1. Run the setup command `npm run setup`
1. Point your web server to the `Client/public/` directory.
1. Update the `API_URL` value in the `Client/Scripts/config.ts` file.
1. Update the `Server/.env` files.
## Commands
```bash
# Compile for dev
npm run build
# Compile for production
npm run production
# View docs
npm run docs
# Run unit tests
npm run test
```