mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-29 15:49:41 +08:00
Hanko Fresh example
This is a Fresh project.
Starting the app
Prerequisites
- a running Hanko API (see the instructions on how to run the API in Docker or from Source)
- a
Denoinstallation
Set up environment variables
In the config.ts file set up the correct variables:
HANKO_API_URL: this is the URL of the Hanko API (default:http://localhost:8000)
Run development server
Run deno task start for a development server. Navigate to http://localhost:8888/. This will watch the project directory and restart as necessary.