Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbihel/leptos-multiple-apps


https://github.com/sbihel/leptos-multiple-apps

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Leptos Demo for Serving Multiple Frontends

## Usage

First, build the first frontend app:
```
cargo leptos build --project app1
```

Then, build and serve the second:
```
cargo watch --project app2
```

You can now access them on localhost:3000 and localhost:30001 respectively.