/smosck11

🚀 Projeto da Semana Omnistack 11

Primary LanguageJavaScriptMIT LicenseMIT

Be The Hero - Omnistack Week 11

Project BeTheHero develop by Rocketseat using Node.js, React and React Native

Project

Connecting people with NGO's what need for help

Install and Run

Clone this repo in your computer and using yarn or npm to install dependencies

Back-end

cd backend

yarn
yarn start
#or
npm install
npm start

Front-end

cd frontend

yarn
yarn start
#or
npm install
npm start

Mobile (Expo)

cd mobile

yarn
yarn start
#or
npm install
npm start