Skip to content

lacruzanthony/sst-expo-app

Repository files navigation

How to create an Expo app

An example full-stack serverless Expo app created with SST.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/expo-app
# Or with Yarn
$ yarn create sst --template=examples/expo-app
# Or with PNPM
$ pnpm create sst --template=examples/expo-app

Commands

yarn run start

Starts the local Lambda development environment.

yarn run build

Build your app and synthesize your stacks.

Generates a .build/ directory with the compiled files and a .build/cdk.out/ directory with the synthesized CloudFormation stacks.

yarn run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy, a specific stack.

yarn run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

yarn run test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about SST.

Community

Follow us on Twitter or post on our forums.

About

expo app using sst for a serverless infra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published