Skip to content

Front end application to view and download rhomis data

License

Notifications You must be signed in to change notification settings

RHoMIS/rhomis-data-app

Repository files navigation

RHoMIS 2.0 Front End Application

Getting Started with Create React App

This project was bootstrapped with Create React App.

  • Looking at setting different environments for development, testing, and production. See here, here, and here

  • Testing tutorial available here. Example testing with API mocks found in this tutorial

  • Server mocks made using this framework

  • Tutorial on managing the different environments and how to integrate them into builds

Setup for Local Development

  1. Clone this repository
  2. Install npm dependencies: npm i
  3. Run the app: npm start
    • By default, it will run on localhost:3000. This is the default for projects created with Create React App.
    • You can change the default port by overwriting the .env file:
      • npm start will use the .env.development file. You can overwrite this locally by copying the file to .env.development.local.
      • To update the port, add a new "PORT" variable.
      • For more information on how Create React App handles .env files, see the documentation here

This app depends on the Rhomis Authenticator App to manage users and authentication. You should run that node app alongside on another localhost port during development.

About

Front end application to view and download rhomis data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published