Features | Getting started | Contributing | License
- React Js — A JavaScript library for building user interfaces
- React Native — A lib that provides a way to create native apps for Android and iOS
- Node Js — A web framework for Node Js
- Express — A web framework for Node
- Knex - A SQL Query Builder for Javascript
- Clone this repo using
git clone https://github.com/greysonmrx/Be-the-hero.git
- Move yourself to the appropriate directory:
cd Be-the-hero
- Move yourself to the backend folder:
cd backend
- Run
yarn
to install dependencies - Run
yarn dev
to start the server
- Move yourself to the frontend folder:
cd frontend
- Run
yarn
to install dependencies - Run
yarn start
to start the web application
- Move yourself to the mobile folder:
cd mobile
- Run
yarn
to install dependencies - Run
yarn start
to start the mobile app
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Made with