Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-robius/makepad_social_media_feed
Example app of a social media feed for mobile applications, using makepad.
https://github.com/project-robius/makepad_social_media_feed
Last synced: 3 days ago
JSON representation
Example app of a social media feed for mobile applications, using makepad.
- Host: GitHub
- URL: https://github.com/project-robius/makepad_social_media_feed
- Owner: project-robius
- License: apache-2.0
- Created: 2023-06-12T15:41:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T22:24:50.000Z (9 months ago)
- Last Synced: 2024-04-17T23:33:12.266Z (9 months ago)
- Language: Rust
- Size: 2.19 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-list - mobilerust/makepad_social_media_feed
- awesome-rust-list - mobilerust/makepad_social_media_feed
README
# Makepad social media feed
This is an example application of mobile social media feed built with makepad
I'm currently running on android with the following commands:
First install [json-server](https://github.com/typicode/json-server) for the fake backend
```
npm install -g json-server
```
Run the server
```
json-server --watch db.json
```
Install cargo-makepad, in the root of the makepad repository run
```
cargo install --path ./tools/cargo_makepad
```
Run the application
```
cargo-makepad android run -p makepad_social_media_feed
```