Skip to content

flancer64/habr_pwa_sw_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

habr_pwa_sw_control

Demo repo for Habr publication

Build and Start

$ npm install
...
$ npm start # start HTTP/2 server (need a proxy in front of)
$ npm run start-http1 # start HTTP/1 server (can connect to at http://localhost:3000)

Configure

Add ./cfg/local.json:

{
  "@teqfw/web": {
    "server": {
      "port": 3030
    },
    "urlBase": "your.server.com"
  }
}