Starter kit to create a Single Page Application with [https://www.polymer-project.org/](Polymer 2.0) as front-end and https://www.npmjs.com/package/qwebs as server.
git clone https://github.com/BenoitClaveau/qwebs-starter-kit-polymer.git
cd qwebs-starter-kit-polymer.git
npm installRun server on http://localhost:3000
node server.jsRun server tests
npm testnpm install gulp -g
gulp prod