First, you will need to install Push.js module.
$ npm install push.js --save
Or import it to your front-end app through CDN
<script src="./push.min.js"></script> <!-- CDN link -->
After you are done with that, you should be good to go. This is how it should look l...