buzs / smosck11

πŸš€ Projeto da Semana Omnistack 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸš€ Projeto da Semana Omnistack 11

License:MIT License


Languages

Language:JavaScript 85.6%Language:CSS 13.2%Language:HTML 1.3%