Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codingthefuturewithai/03f276896403a4347c9ce9196d0573cc to your computer and use it in GitHub Desktop.
Save codingthefuturewithai/03f276896403a4347c9ce9196d0573cc to your computer and use it in GitHub Desktop.
Command line commands for YouTube video: "Continue and Claude 3.5: Develop a Mobile App Without Writing ANY Code!"

Create a new Expo project from a based template

npx create-expo-app testme -t expo-template-blank-typescript

Build and run the app

npx expo

Install a new dependency

npm install <react_package>

expo install <expo_package>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment