- Firefox 44+
- Chrome 40+
- Opera 24+
-
Install dependences:
npm install
-
Build javascript (Please ignore output errors, for now):
tsc
-
Run the server:
npm start
-
Open the app at https://127.0.0.1:7000/index.html (Note: You will need to add a security exception)
Chrome note: You have to run Chrome with the option "--ignore-certificate-errors", because the backend server uses a self-signed certificate
$ google-chrome --ignore-certificate-errors
Thanks Chris Mills for an excellent push-api-demo.