This is a mobile app built with React Native and Expo.
These instructions will get you a copy of the project up and running on your local machine.
To run this app, you'll need:
- Node.js (with npm) installed
- Expo CLI
You can install Expo CLI globally by running:
npm install -g expo-cli
Firstly, clone the repository to your local machine:
git clone https://github.com/thopay/ticket-master.git
Then, navigate into the project directory:
cd ticket-master
Install the project dependencies:
npm install
To start the app, simply run:
expo start
This will start the Metro Bundler and you can then view the app on your phone by downloading the Expo app from the App Store/Google Play. Scan the QR code displayed in your terminal or in the opened browser tab.
If you have an iOS or Android simulator installed, you can press i
to run on iOS simulator, or a
to run on Android simulator.
- React Native - a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android
- Expo - a framework and a platform for universal React applications