Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kikuchy/serverpod_sns_example


https://github.com/kikuchy/serverpod_sns_example

Last synced: 1 day ago
JSON representation

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
```