Demo of SAFE Stack with authentication using Auth0.
WIP: To do: Backend setup and call a corresponding API
- .NET Core SDK 5.0 or higher
- Node LTS
# for the first time use only
dotnet tool restore
# development
dotnet run
# production
dotnet run bundle