You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
25
+
26
+
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
27
+
28
+
## Get a fresh project
29
+
30
+
When you're ready, run:
31
+
32
+
```bash
33
+
npm run reset-project
34
+
```
35
+
36
+
This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.
37
+
38
+
## Learn more
39
+
40
+
To learn more about developing your project with Expo, look at the following resources:
41
+
42
+
-[Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
43
+
-[Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
44
+
45
+
## Join the community
46
+
47
+
Join our community of developers creating universal apps.
48
+
49
+
-[Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
50
+
-[Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.
0 commit comments