This project was developed for the Riderize Frontend Challenge with the following technologies:
For code formatter and padronization:
For prototyping:
To run this applications, you need Git, Yarn, and Node!
Next step you must clone this repository:
$ git clone https://github.com/ruanlinos/riderizemobile
Inside the foder project, just run:
# first we need install dependeces:
$ yarn
# next step install pod depences if you run in IOS:
$ cd ios && pod install
# now we can run de app!:
# for Ios!:
$ yarn ios
# for Android!:
$ yarn android
Well done!