---
modificationDate: May 22, 2024
title: Next steps
description: Develop, review, and submit your project.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/get-started/next-steps/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# Next steps

Develop, review, and submit your project.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

Here are next steps to continue building your app:

### Reset your project

You can remove the boilerplate code and start fresh with a new project. Run the following command to reset your project:

```sh
npm run reset-project
```

This command will move the existing files in **app** to **app-example**, then create a new **app** directory with a new **index.tsx** file.

### Develop, review, and deploy

Learn how to develop by reading the docs in the Develop section. You'll learn how to create [UI elements](/develop/user-interface/splash-screen-and-app-icon), add [unit tests](/develop/unit-testing), include [native modules](/config-plugins/introduction), and more.

Once you've developed your app, you can share it with your teammates for [review](/review/overview).

Finally, you can [build](/deploy/build-project) and [submit](/deploy/submit-to-app-stores) your project to the app stores.

### Step-by-step guide

For a guided, step-by-step walkthrough of building an app with Expo from start to finish, check out the [tutorial](/tutorial/introduction).
