An open API service indexing awesome lists of open source software.

https://github.com/kevelopment/webdev-maptracker

Small Application for Visualising GPS-Data in the Browser provided by a Node Backend.
https://github.com/kevelopment/webdev-maptracker

gmaps-api javascript nodejs

Last synced: 2 months ago
JSON representation

Small Application for Visualising GPS-Data in the Browser provided by a Node Backend.

Awesome Lists containing this project

README

          

Generelle Informationen zu dem Projekt

Getestete Bash:
Mac: Terminal
Win: Git Bash

Node Version:
5.2.0
Bemerkung:
5.3.0 hat bei npm install unerwartete Fehler geworfen
=> siehe: https://github.com/npm/npm/issues/17858

Skripte in package.json:

- lint lintet alle JS Dateien (client, server, app.js)

- build installiert alle npm Module,
lintet das Projekt,
konkateniert JS Dateien und Module mithilfe von Browserify,
obfuskiert und minifiziert JS Dateien mit Babili,
erzeugt eine minifizierte CSS Datei aus LESS mit lessc
kopiert Dateien in /public Ordner

- debug installiert alle npm Module,
lintet das Projekt,
konkateniert JS Dateien und Module mithilfe von Browserify,
erzeugt eine minifizierte CSS Datei aus LESS mit lessc
kopiert Dateien in /public Ordner

- start startet den Node Server an 8080, oder PORT

- clean löscht public Ordner und alle node_modules