Skip to content

Elf2707/EatItRight

Repository files navigation

EatItRight Application

Install a development version

  1. Install Android SDK or Xcode (depending on a target platform). For more info see Getting Started section.

  2. Install Node.js

    • on OSX use homebrew brew install node
    • on Windows use chocolatey choco install nodejs
    • on Debian based linux use apt-get install nodejs npm
    • or using nvm
  3. Install react-native

    npm install -g react-native-cli

  4. Go to the root folder

    cd EatItRight
    
  5. Install local dependence:

    yarn install
    
  6. Start the application

    react-native run-android
    

    or

    react-native run-ios
    

Style Guide

Useful information

Logging

Build tools

Increase version:

yarn bump

Release publishing

About

Application for counting day calories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published