๐ The Projectย ย ย |ย ย ย ๐ Featuresย ย ย |ย ย ย ๐ Starting
This project was developed during the React Native trail of Ignite.
๐จ Layout made in Figma by Tiago Luchtenberg
This is the 2.0 version of RentX, an app for car rental.
Developed with React Native and TypeScript.
Clone the project: git clone https://github.com/LiajuX/Ignite-ReactNative-RentX-2.0
โ NOTE: If you don't have yarn installed, use npm instead.
๐ค To run the Back-End you shall open the terminal and run the following commands:
# to enter the Back-End folder
$ cd backend
# to download the dependencies
$ yarn
# to start the application on port 3333
$ yarn start
๐ฑ To run Mobile on your smartphone, on another terminal tab, run the following commands:
# to enter the Mobile folder
$ cd mobile
# to download the dependencies
$ yarn
# for Android
$ yarn android
# for iOS
$ yarn ios