redstrike / discover-movie-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discover Movies Project

Table of contents

Info

Install project

  • Install Nodejs & npm
  • Install react native: Getting Started
  • Go to root project and install module packages: npm install or yarn install

Run

  • Please make sure updated packages before run project ( yarn install )
  • At root project use command:
    • iOS: react-native run-ios
    • android: react-native run-android

Tools

  • Using Atom Editor
  • Install Atom packages: atom-beautify, linter, linter-eslint, react

Coding

Formatting

  • Please using 2 Spaces for indentation js
  • Please using 2 Tab for indentation ( html )
  • Never mix tabs and spaces

Before commit

  • Please don't include anything that not been developed by you.
  • Please don't commit anything that can be regenerated from other things that were committed such as bower_components, node_modules.
  • Your code, you must be cleanup and please check format code before commit ( tabs, spaces, blank ).
  • In your message commit, please reference your issue for review task. Ex: Enigma-100.
  • Please using develop brand for development and don't use master brand.

About

License:MIT License


Languages

Language:JavaScript 85.6%Language:Objective-C 7.9%Language:Java 3.5%Language:Python 3.1%