···1-# client
2-3-[](https://hex.pm/packages/client)
4-[](https://hexdocs.pm/client/)
5-6-```sh
7-gleam add client@1
8-```
9-```gleam
10-import client
11-12-pub fn main() -> Nil {
13- // TODO: An example of the project in use
14-}
15-```
16-17-Further documentation can be found at <https://hexdocs.pm/client>.
18-19-## Development
20-21-```sh
22-gleam run # Run the project
23-gleam test # Run the tests
24-```
···000000000000000000000000
client/assets/style.css
This is a binary file and will not be displayed.
+4-1
client/gleam.toml
···1920[tools.lustre.dev]
21host = "0.0.0.0"
22-proxy = { from = "/api", to = "http://localhost:8000" }
000