melquisedecfelipe / be-the-hero

:rocket: To be someone's hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be The Hero

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub

Technologies   |    How To Use   |    License

🚀 Technologies

This project was developed with the following technologies:

Backend

Frontend

Mobile

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/melquisedecfelipe/be-the-hero

# Go into the repository
$ cd be-the-hero

# Go into the backend and install dependencies
$ cd backend && npm i

# Run test
$ npm run test

# Run backend
$ npm run dev

# Go into the frontend and install dependencies
$ cd ../frontend && npm i

# Run frontend
$ npm start

# Go into the mobile and install dependencies
$ cd ../mobile && npm i

# Run app (ios)
$ npm run ios

# Run app (android)
$ npm run android

📝 License

This project is under the MIT license. See the LICENSE for more information.


👋 Get in touch!

About

:rocket: To be someone's hero

License:MIT License


Languages

Language:JavaScript 85.2%Language:CSS 13.2%Language:HTML 1.5%