Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (46 loc) · 1.06 KB

barber:barber:

Overview   |    How to use   |    How to contribute

Overview 📖

Barbers Scheduling App using React Native.

How to use 🔥

Precondition 🏳️

You should have:

  • NodeJS
  • NPM

Clone this repository

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

Go into the repository

$ cd barber/mobile

Install the dependencies

npm i

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.