- Install the dependecncies for
server
andclient
withyarn
ornpm
- You can refer to the RN documentation
to learn how to run the RN app. It's in the
client
directory. - Run server:
cd server && yarn start
server
and client
with yarn
or npm
client
directory.cd server && yarn start