Skip to content

ojeffpinheiro01/jeffbanck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Happy

npm

Overview   |    Technologies   |    How to use   |    How to contribute

Overview 📖

Recreating the Nubanck template.

Technologies 💻

This project was developed with the following technologies:


How to use 🔥

Precondition 🏳️

You should have:

  • NodeJS
  • Package manager (NPM ou Yarn)

Clone this repository

$ git clone https://github.com/ojeffoinheiro/jeffbanck

Go into the repository

$ cd jeffbanck

Install the dependencies

yarn install

Run 📱

Run the application (iOS)

$ react-native run-ios --simulator="iPhone XS Max"

Run the application (Android)

$ react-native run-android

How to contribute ⚙️

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.