add readme.md

This commit is contained in:
devhong 2025-07-29 17:34:15 +09:00
parent 2c825c9cc9
commit 7bae1af911

10
readme.md Normal file
View File

@ -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
```