Skip to content

GeoGuideProject/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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