UI for ConcurrentBookingSystem
- Create Repository in Git Account
- Go Into the Folder of your project
- Initialize git
git init
- Add File into the Git
git add .
- Do an initial Commit
git commit -m 'initial commit'
- Add Origin Branch
git remote add origin https://github.com/GatorsTigers/ConcurrentBookingSystem-UI.git // your Repository's URL
- Push Code on your master Branch
git push -u origin master
npm add expo
npx create-expo-app AwesomeProject npm start web npm start iOS
- Packages to install for web
npx expo install @expo/webpack-config
npx expo install @expo/webpack-config
npx expo install @expo/webpack-config