Example of using hyper as server and pux as client.
For dependency minimisation the server and client use different bower packages. For install the required packages do
npm installThen compiling client and server:
npm run build:client
npm run build:serverTo start the server
npm run serverand direct your browser to localhost:3000