https://expo-sticker-smash-web-build.vercel.app/
This is an app named StickerSmash that runs on Android, iOS, and the web from tutorial. Written in TS.
We'll need the following tools to get started:
- Install Expo Go on a physical device.
- Prepare for development by installing the required tools.
npx expo install
In the project directory, run the following command to start a development server from the terminal:
npx expo start
Once the development server is running, the easiest way to launch the app is on a physical device with Expo Go.
To see the web app in action, press w in the terminal. It will open the web app in the default web browser.