HTML canvas implementation of Paradise Café using webpack as build system.
Demo at http://paradise.cafe/.
npm install
npm run build
webpack will build the app to build/
npm run dev
webpack-dev-server will serve a the app from memory, watching for changes in the source and doing hot reload. fancy.