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.
- Host: GitHub
- URL: https://github.com/kevelopment/webdev-maptracker
- Owner: kevelopment
- Created: 2017-07-19T15:32:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T17:31:14.000Z (almost 9 years ago)
- Last Synced: 2025-10-30T01:46:56.182Z (8 months ago)
- Topics: gmaps-api, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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