GW Senior Design
- Clone this repo
- Install Node.js v16.13.0 and npm 8.1.0
- Recommend using a Node version manager to install these
- Install Expo CLI command line utility:
npm install -g expo-cli - cd into frontend project root directory
npm installto install all packages and dependenciesnpm start- Developer tools should begin running on a localhost url such as http://localhost:19002/
- Click View in Web Browser on the side panel of the developer tools page
- You should now be able to see the app running in your web browser! 🥳
Reference: Official React Native environment setup documentation