Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikuchy/serverpod_sns_example
https://github.com/kikuchy/serverpod_sns_example
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kikuchy/serverpod_sns_example
- Owner: kikuchy
- Created: 2024-06-16T13:02:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T14:04:52.000Z (6 months ago)
- Last Synced: 2024-12-20T05:03:00.969Z (6 days ago)
- Language: Dart
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
Server side
```sh
cd myminipods_server
dart pub get
dart bin/main.dart
```Client side
```sh
cd myminipods_flutter
flutter pub get
flutter run
```