Create a project

Edit page

Learn how to create a new Expo project.


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
npx create-expo-app@latest --template default@sdk-55

Note: During the SDK 55 transition period, create-expo-app@latest without the --template flag creates an SDK 54 project. If you plan to use Expo Go on a physical device, use an SDK 54 project. Otherwise, use --template default@sdk-55 to create an SDK 55 project. You can also 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.