-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Josef Ráž edited this page Oct 7, 2024
·
3 revisions
Tutorial showing how to install Trek server.
- GitHub account
- Vercel account
- DNS domain (optional)
It's pretty simple, more info here.
Again, very simple. More info here.
In src/environments/environment.prod.ts
modify baseApiUrl
to URL of your server:
export const environment = {
production: true,
baseApiUrl: 'https://your-trek.example.com',
};
Again, very simple. More info.
Not as simple. More info.
You have deployed Trek client! You can access it on URL show in your Vercel project.