Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 655 Bytes

File metadata and controls

34 lines (22 loc) · 655 Bytes

Website

current website url: http://52.43.62.252/

Description

This repository contains all the Front-end source code of the UW Ocean Data Lab data visualization tool. This repository is not required to be download in order to run the visualization tool.

Development

Below are all the concrete steps to run this React project

  1. download all necessary npm packages
$ npm install
  1. run the project
$ npm run start

To build the production files, run the following:

$ npm run build

The production files will be in the build/ folder.

Tech Stack

  • web framework: React + Redux
  • UI framework:Material UI