# Web-frontend

To use a bootstrap script for travelbot just add these to your html file:

(You can use any CDN you wish)

## Basic css styles

```html
<link
  rel="stylesheet"
  href="https://raw.esm.sh/@travelbot/web-frontend/dist/style.css"
/>
```

## Bootstrap script

As query parameters you need to specify:

1. baseUrl - url of the travelbot server
2. projectId - project id of the project you want to get configurations for

```html
<script src="https://raw.esm.sh/@travelbot/web-frontend/dist/bootstrap.js?baseUrl=http://localhost:3030&projectId=123"></script>
```
