/frontend

React application for GeoGuide

Primary LanguageJavaScript

GeoGuide

Quick Start

Requirements

Basics

Install the required packages

$ npm install

Get a dataset

You can download a .zip with all current supported datasets.

Feel free to try another dataset.

Run the Application

$ npm start

So access the application at the address http://localhost:3000/

You have to start backend project before run this one