An installable PWA boilerplate built using Blazor, Lumen, Redis, Cloudflare, and Amazon S3.
- PHP >= 7.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Redis
- AWS S3 bucket
- .NET 5
- Download the latest release.
- Navigate your terminal to the projects root directory.
- Run the setup command
npm run setup - Point your web server to the
Client/public/directory. - Update the
API_URLvalue in theClient/Scripts/config.tsfile. - Update the
Server/.envfiles.
# Compile for dev
npm run build
# Compile for production
npm run production
# View docs
npm run docs
# Run unit tests
npm run test