giux78 / anpr-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anpr-dashboard

You need Node and npm installed on your machine.

Installation

Clone this repository:

git clone https://github.com/teamdigitale/anpr-dashboard
cd anpr-dashboard/

Then install the Node dependencies, and build the assets:

npm i
npm run build

Usage

You need a local web server to run the dashboard correctly.

You can use Python's built-in HTTP server:

# Python 2.x
python -m SimpleHTTPServer 3300

# Python 3.x
python -m http.server 3300

The go to http://localhost:3300 to see the dashboard.

Data is loaded statically from dashboardData.json.

About

License:GNU General Public License v3.0


Languages

Language:CSS 90.3%Language:JavaScript 7.5%Language:HTML 2.2%