Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.49 KB


rentx

RentX

Your luxury car rental app

Features   |    Getting Started   |    Reference

Mobile Application Demo

Features

This project was developed with the following technologies:

  • React Native - A framework for creating native apps for Android and iOS with JavaScript and React.
  • Expo - A platform for making universal native apps for Android and iOS with JavaScript and React.

Getting Started

To clone and run this application, place from your command line:

# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-react-native-rentx.git ignite-react-native-rentx

# Go into the repository desired
$ cd ignite-react-native-rentx

# Install dependencies
$ yarn

# Run the API server
$ yarn api

# Run the mobile application (Android)
$ expo start

Reference

This application was developed during the classes of the Chapter III of the React Native track on Ignite, training promoted by Rocketseat.