Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 711 Bytes

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