From 7bae1af911225ef54d8cb0f6589162504158fdd6 Mon Sep 17 00:00:00 2001 From: devhong Date: Tue, 29 Jul 2025 17:34:15 +0900 Subject: [PATCH] add readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1fdeb8d --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +## create App +```bash +animus@mydevcontainer:~$ npx create-expo-app -t blank myapp +``` + +## Run the App +```bash +animus@mydevcontainer:~$ cd myapp +animus@mydevcontainer:~$ npx expo start +```