Skip to content

wipcamp/wip-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Wasin Wachirapusitanun
May 3, 2018
fe5d5c9 · May 3, 2018
Jan 21, 2018
Apr 9, 2018
Apr 7, 2018
Apr 4, 2018
Apr 9, 2018
Apr 7, 2018
May 3, 2018
Apr 5, 2018
Apr 6, 2018
Feb 16, 2018
Jan 5, 2018
Jan 5, 2018
Feb 2, 2018
Jan 5, 2018
Apr 4, 2018
Feb 2, 2018
Apr 6, 2018
May 3, 2018
Apr 6, 2018
Jan 20, 2018
Feb 2, 2018
Apr 6, 2018
Apr 9, 2018
Apr 7, 2018
Apr 9, 2018

Repository files navigation

codecov

WIP Mobile

Prepare your code after clone this project.

  1. install node module with this command.
  npm install
  1. copy file config.example.js to config.js with this command.
  cp config.example.js config.js
  1. change value in file config.js to your data
  env = {
    API_URL = your api url from wip-api repository,
    FB_APP_ID = your facebook app id
  }
  1. run program with exp with this command.
  exp start

Before coding every times.

  1. pull code for up to date.
  git pull
  1. install node module because after pull code, may have new dependencies.
  npm install
  1. check your config.example.js what does it have different from your config.js in your code. If it's differenct, please copy config.example.js to config.js and change your value in file again.

Goodluck for Coding