From 3b8d34d428df6af4b8c6b445611fd03557bf9a1e Mon Sep 17 00:00:00 2001 From: devhong Date: Tue, 29 Jul 2025 17:34:15 +0900 Subject: [PATCH] =?UTF-8?q?add=20readme.md=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 +```