In order to handle push notifications we'll need a client that can recieve notifications and a server that can push notifications. These instructions will help setup a barebones notifications server.
Create the folder notifications-server, go into it and setup an empty git repository, then install express and web-push as a base for our barebones server.
mkdir notifications-server
cd notifications-server