Create a github repository on github.com and clone it locally on your computer.
git clone <repostitory.git>
Within your cloned repo, use the npx command below to create a skeleton program.
npx create-expo-app .
Once your repo is setup, open it in your favorite code editor and run npm start to get it up and runnning.