Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 627 Bytes

React Native - Nubank

This project was developed as a form of study using React Native in order to learn and refactor the Nubank application in a simpler way, without many functionalities.

Getting Started

To run application of the basic structure of the project, just follow the following steps

# clone it
  git clone https://github.com/caioorg/react-native-nubank
  cd react-native-nubank
  
# Make it your own
  rm -rf .git && git init

# Install dependencies
  yarn install

# Start project development from Android
react-native android

# Start project development from IOS
react-native IOS