🚀 Project made during the Next Level Week #2.
# Enter the folder
cd web
# Installs the dependencies using NPM
npm i
or
# Installs the dependencies using yarn
yarn
# Gets out of the front-end folder and enters the server folder
cd ..
cd server
# Installs the dependencies using NPM
npm i
or
# Installs the dependencies using yarn
yarn
# Gets out of the front-end folder and enters the server folder
cd ..
cd mobile
# Installs the dependencies using NPM
npm i
or
# Installs the dependencies using yarn
yarn
After you've installed the dependencies, you'll need to run the projects on every folder using the script below
yarn start
⚠️ NOTE: In order for the mobile to run properly you must have expo installed
Ricardo Morato
- Github: @RicardoMorato
- LinkedIn: @RicardoMorato
Contributions, issues and feature requests are welcome!
This project is licensed under MIT license.
Give a ⭐️ if this project helped and/or inspired you!