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
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.