This project was made using the following technologies:
# Clone repository into your machine
$ git clone https://github.com/w-reis/proffy.git
# Go to project's web folder
$ cd web/
# Install dependencies
$ yarn install or npm install
# Run application
$ yarn start or npm run start
Application located on http://localhost:3000/.
To run the project on mobile you need a cellphone with the expo app instaled or an android/ios emulator.
After forking this repository and making a clone of it in your machine, run the following commands inside the project folder :
# Go to mobile folder
$ cd mobile/
# Install dependencies
$ yarn install or npm install
# Run application
$ yarn start or npm run start
Made with passion by Wellinton Reis 🚀.
Give it a ⭐️ if this project helped you!