Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.87 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.87 KB

expo-starter-template

This is my opinionated minimal starter template for expo projects. it includes:

Get started

  1. Install dependencies

    npm install
  2. Update project name, slug, and scheme

    npm run update-project
  3. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.