We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
create-a-project.md•681 B
---
title: Create a project
description: Learn how to create a new Expo project.
hideTOC: true
---
System requirements:
- [Node.js (LTS)](https://nodejs.org/en/).
- macOS, Windows (Powershell and [WSL 2](https://expo.fyi/wsl)), and Linux are supported.
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:
> You can choose a different template by adding the [`--template` option](/more/create-expo/#--template).
## Next step
You have a project. Now it's time to set up your development environment so that you can start developing.