Dashboard project based on Vue.js 2, Bootstrap 4 and a lot of other awesome JS libraries
cp config.dist.js config.js
docker build -t letsdash .
docker run --name letsdash --rm -v $(pwd)/:/usr/src/app -p 4000:4000 -t letsdash
open http://localhost:4000