Git Product home page Git Product logo

vishal2819 / ev-mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sap-labs-france/ev-mobile

0.0 0.0 0.0 62.63 MB

The Open e-Mobility Charging Station management mobile React-Native application (check also ev-server and ev-dashboard)

Home Page: https://open-e-mobility.io/

License: Apache License 2.0

JavaScript 1.56% Ruby 0.02% C++ 0.64% Objective-C 0.21% Java 1.51% TypeScript 95.50% Objective-C++ 0.49% CMake 0.02% Starlark 0.05%

ev-mobile's Introduction

drawing

Open e-Mobility React-Native Mobile App

Summary

This application is the Electric Vehicle Charging Station (EVSE) mobile application for Android and iOS.

It's linked to the Open e-Mobility backend: https://github.com/sap-labs-france/ev-server

App Stores

Google Play

Apple Store

Contact the author Serge FABIANO

NPM and Cocoapods

The project now uses npm 8.x and cocoapods 1.11.2

Installation

  • Install NodeJS: https://nodejs.org/ (install the LTS version)
  • Install Java SE Development Kit 8
  • Install React Native: https://facebook.github.io/react-native/
    npm install -g react-native-cli
    
  • Install Android Studio: https://developer.android.com/studio/
    • Ensure Android SDK Platform 28 and Intel x86 Atom_64 System Image are checked in the SDK manager.
    • Windows:
      • Add user environment variable: ANDROID_HOME=C:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk
      • Add C:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk\platform-tools to user paths
    • OSX/*nix:
      • Add to your shell profile:
      export ANDROID_HOME=$HOME/Library/Android/sdk
      export PATH=$PATH:$ANDROID_HOME/emulator
      export PATH=$PATH:$ANDROID_HOME/tools
      export PATH=$PATH:$ANDROID_HOME/tools/bin
      export PATH=$PATH:$ANDROID_HOME/platform-tools
  • Install Xcode: https://developer.apple.com/xcode/
  • Clone this GitHub project
  • Go into the ev-mobile directory and run npm install or yarn install

NOTE:

choco install -y nodejs-lts jdk8 androidstudio
brew install node openjdk cocoapods react-native-cli watchman android-studio

Running the application on a virtual device

Open a terminal in the ev-mobile directory

  • Install CocoaPods on Mac OSX:

    npm run pod:install
  • Run on Android:

    npm run build:prepare
    npm run android
  • Run on iOS:

    npm run build:prepare
    npm run ios

License

This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in NOTICE file, except as noted otherwise in the LICENSE file.

Please note that the mobile application can contain other software which may be licensed under different licenses.

ev-mobile's People

Contributors

alixh avatar lucasbrazi06 avatar jerome-benoit avatar micloudie avatar dependabot[bot] avatar ninjeneer avatar mariansalceda avatar rmangin-fr avatar olivegerste avatar snowydvp avatar ccatsapdotcom avatar michalanthis 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.