Setup an app + server easily
We wanted to make it easy for anyone to set up a new repo for building a phone app.
- java, git, g8, brew, yarn, Xcode (12.0 or higher)
- brew install gradle
git clone https://github.com-keystrok:keystrok/prefab.g8.git
g8 file:https://prefab.g8
(org8 file:https://prefab.g8 --name=myproject
to accept all defaults)cd {project name}
./init.sh
- That's it!
Your projects will be generated inside this folder, e.g. app and server should be opened in intellij as separate projects.
Alternatively, if you want to open all the projects in one intellij window, you can open the root and then select:
file -> new -> Module from exsiting sources
and select server for example