Peppershades
separated Code for better code readability, separate files for html, js and styles
# install dependencies
npm install
# serve with hot reload at localhost:9000
npm run client
#run node server on localhost:4000
npm run server
# build for production with minification
npm run build