gcallah / IndraFrontend

A React Native client for Indra ABM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndraFrontend

IndraFrontend has both web and mobile version of Indra agent-based modeling system. It utilizes the existing API of Indra to deliver a front-end to mobile users.

Tools

  • Framework: React Native
  • Documentation: Jsdoc
  • Continuous Integration: Github Actions

Setup

  • To install the required environment for mobile app: make dev_env_native
  • To local host the mobile app: cd IndraReactNative && make start or cd IndraReactNative && expo start

There are three main directories under the project root:

  1. IndraReactCommon: for common code between web and mobile apps.
  2. IndraReactNative: code for the mobile app.
  3. IndraReactWeb: code for the web app

About

A React Native client for Indra ABM


Languages

Language:JavaScript 94.1%Language:HTML 2.6%Language:CSS 1.6%Language:Makefile 1.2%Language:Shell 0.5%