Skip to content

isabelamoraes/ignite-react-native-rentx-offline-first

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation


rentx

RentX - offline first version

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-offline-first.git ignite-react-native-rentx-offline-first

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

# Go into the API repository
$ cd rentx-api

# Install API dependencies
$ yarn

# Run the API server
$ yarn start

# Go into the application repository
$ cd rentx

# Install application dependencies
$ yarn

# Run the mobile application (Android)
$ yarn android

Reference

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