Plan2Go mobile app frontend is built with React Native, Expo, TypeScript, and Expo Router.
Make sure you have the following installed:
- Node.js (v16 or later recommended)
- npm or yarn
- Expo CLI
- Open Terminal and Navigate to the plan2go directory
cd plan2go - install Dependancies
npm install
- There are few ways to get the app running; if you want to use the android emulator(which should be preinstalled)
npm run android