Giter VIP home page Giter VIP logo

rn_gmail's Introduction

Scrum Board

GitHub

A Gmail clone made with React Native and [email protected]

Table of Contents

Installation

Cloning the repository

Clearly you'll need git installed on your machine. Navigate to a directory of your choice and clone the repository.

  $ git clone https://github.com/Gerlison/rn_gmail.git

Installing dependencies

After cloned, navigate inside the project. Change "project_folder" to the folder just created by the clone command

  $ cd project_folder/

You'll need to install the project's dependencies now. To do that just:

  $ yarn
  $ cd ios/
  $ pod install

In case you haven't any of them installed, here some the links for install npm or yarn.

Running

Be sure you have a running simulator/emulator or a device conected.

  # for development
  $ yarn android
  # or
  $ yarn ios

  # for production android builds
  $ cd android
  $ ./gradlew assembleRelease

Screenshots

screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm

Contributing

Create a fork

To contribute to a open source project, you can do a fork from the source code, do your own changes on a copy without compromising the original.

If you don't know how to do that, follow this guide.

Git Flow

GitFlow is a branching model for Git, created by Vincent Driessen. It has attracted a lot of attention because it is very well suited to collaboration and scaling the development team.

So, in my projects I always try to use that. It's very useful and helps to control what is happing to the code base.

Read a little bit more about this.

Open a Pull Request

With all your changes done, and you are ready to contribute, open a pull request to the upstream develop branch. Your PR will be analysed, discuted and aproved gratefuly.

About pull requests

rn_gmail's People

Contributors

gerlison avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.