Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

expo/web-examples

Repository files navigation

Expo Web only Examples

This repo is now deprecated, please see expo/examples instead.

For guides and information on Expo web see the Expo docs and this Gitbook about tips and tricks

Getting Started with Expo Web

Install the CLI and make a new universal project.

npm install -g expo-cli

expo init myProject 

Now enter the project and start it!

cd myProject

expo start --web

Now you can build and deploy the website.

expo build:web

npx netlify deploy --dir web-build

That's it, you just created your first Expo website!! See some examples or learn more in the Expo Documentation.