Skip to content

Pure Javascript PWA with Service Workers. Offline support, background synchronisation, push notifications (via VAPID auth scheme) and camera media access. Using hapiJS for backend

Notifications You must be signed in to change notification settings

adrigardi90/bookstore-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookstore-pwa

PWA using JS, scss, HTML5 and hapiJS with Parcel. Offline support, background synchronization, push notifications and camera media access

Quick start

# Clone the repo
git clone https://github.com/adrigardi90/bookstore-pwa.git

# Change into the repo directory
cd bookstore-pwa

# install
npm install

Compile & bundle & serve the client

# bundle and serve the client
npm run build:client

Compile & bundle the server

# bundle server
npm run build:server

Run the server

# run the server
npm run run:hapi

About

Pure Javascript PWA with Service Workers. Offline support, background synchronisation, push notifications (via VAPID auth scheme) and camera media access. Using hapiJS for backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published