- Have Expo CLI installed on your machine
- If you want to test with mobile phone you will need to install Expo Go app on your phone
- Clone the GitHub repo to your PC
- Open project folder in terminal and run
npm install
- Launch the server using
npm start
- Scan the QR code with Expo Go or Camera app (iOS) to open on mobile phone, or follow instructions in the terminal to open web version on your PC (type w in the terminal) and the page will open automatically in your Web Browser.