ES6 GeoPosition-based Sun Clock : alterebro.github.io/sol.watch
Sol Watch is a Sun clock that calculates the solar phases depending of your current geographical coordinates ( https://alterebro.github.io/sol.watch/ ). Offline Web Application built using SVG / ES6 / Webpack / Vue.js
# Runs webpack development server on localhost:8080
$ npm start
# Access to development server via https to LAN ip address
# i.e : https://192.168.1.134:8080/webpack-dev-server/
$ npm run dev
# Create a production build dist files
# ( optimize / minify / uglify )
$ npm run build