📄 expo/get-started/create-a-project

File: create-a-project.md | Updated: 11/15/2025

Source: https://docs.expo.dev/get-started/create-a-project

Hide navigation

Search

Ctrl K

Home Guides EAS Reference Learn

Archive Expo Snack Discord and Forums Newsletter

Create a project

Edit page

Copy page

Learn how to create a new Expo project.

Edit page

Copy page


System requirements:

We recommend starting with the default project created by create-expo-app. The default project includes example code to help you get started.

To create a new project, run the following command:

Terminal

Copy

- npx create-expo-app@latest

You can choose a different template by adding the --template option .

Next step


You have a project. Now it's time to set up your development environment so that you can start developing.