Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmitchell/scale21x_demo_app
Copy of https://github.com/ahmadrosid/rust-react-chat updated to use Flox environments
https://github.com/zmitchell/scale21x_demo_app
Last synced: 18 days ago
JSON representation
Copy of https://github.com/ahmadrosid/rust-react-chat updated to use Flox environments
- Host: GitHub
- URL: https://github.com/zmitchell/scale21x_demo_app
- Owner: zmitchell
- Created: 2024-03-04T03:22:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T17:38:57.000Z (10 months ago)
- Last Synced: 2024-11-10T07:23:52.382Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust React Chat App
Copy of https://github.com/ahmadrosid/rust-react-chat updated to use [Flox](https://flox.dev) environments.
In order to build the backend and run the application:
```console
$ flox activate -r zmitchell/rust_env
$ flox activate # activates the Rust backend environment
$ cargo run
```You can also work on the frontend:
```
$ flox activate -d ui
$ npm run dev
```_Or_ you can work on both frontend and backend:
```console
$ flox activate -r zmitchell/rust_env
$ flox activate
$ flox activate -d ui
$ # do work
```![img](screenshot.png)