PWA using JS, scss, HTML5 and hapiJS with Parcel. Offline support, background synchronization, push notifications and camera media access
# Clone the repo
git clone https://github.com/adrigardi90/bookstore-pwa.git
# Change into the repo directory
cd bookstore-pwa
# install
npm install
# bundle and serve the client
npm run build:client
# bundle server
npm run build:server
# run the server
npm run run:hapi