alepacheco / expo-zeit

Starter project for Expo (React Native) with serverless api on Zeit Now and CI/CD

Home Page:https://expo-zeit.alepacheco.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-zeit example

Usage

To deploy the web version and api code on zeit now you need to add zeit_now to the env secrets for the repo. If you also want to push it automatically to Expo you also need those credentials added

If changes don't load remember to empty local chaches

To run locally

To run the api code we use Zeit now

  • now dev

This starts the server in :3000 The react code will point there from the value in the .env file.

To run the UI code we use

  • expo start

About

Starter project for Expo (React Native) with serverless api on Zeit Now and CI/CD

https://expo-zeit.alepacheco.now.sh


Languages

Language:TypeScript 76.7%Language:JavaScript 23.3%