Skip to content

jb-san/expo-starter-template

Repository files navigation

expo-starter-template

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

Get started

  1. Clone the repository

    git clone https://github.com/jb-san/expo-starter-template.git
    mv .env.example .env
  2. Install dependencies

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

    npm run update-project
  4. 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.

About

my opinionated starter template for expo apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors