Skip to content

SteffenJahr/pwa-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#PWA Books This repository contains an example application to show how a progressive web app can work with Angular 2.

Installation

###Api To setup the Server Api you have to execute npm install in the directory api. To use notifications you also have to update the API-Key for Firebase Cloud Messaging. You can update the Key in the file api/src/controllers/notificationController.js. Replace YOUR_API_KEY_HERE wir you own Firebase Api key.

###Client To setup the Client Application you have to execute npm install in the directory client. In the application you also have to update a key to use Notifications. Please modify the gcm_sender_id (you get that after setting up your Firebase Cloud Messaging project) in the manifest.json file. It is located in client/src.

How to run the application

Before you start the appliction you have to start the Api. Therefore you only have to execute npm start in the directory api. Node will start an Api server with the address http://localhost:8090.

To start the application run npm start in the directory client. The sample application will now be available on http://localhost:8888.

About

Demo that shows how to use Angular 2 to build a Progressive Web App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published