A template for easily deploying React Native + Rust apps to GKE using donkey as a git submodule
$ git submodule update --init
rnr
is divided into 3 folders:
- donkey (for deploys)
- clients (e.g. a mobile app)
- services (e.g. a web server)
To deploy the service named backend
, run:
$ deploy backend
To deploy all services, run:
$ deploy
This app gives you two clients:
This app gives you a Rust server: