GoodVibesForAll / TinDog

TinDog - Tinder for Dogs
0 stars 0 forks source link

todo make pwa #2

Open syonfox opened 1 week ago

syonfox commented 1 week ago

you maybe want to use this js as the base

https://github.com/sudhakar3697/PWA-Sample/tree/master/public

syonfox commented 1 week ago

What is a pwa

it is an website with an manifest.json and a service worker that caches stuff in the browser

syonfox commented 1 week ago
 1993  cd git 
 1994  git clone https://github.com/do-web/jTinder.git
 1995  cd jTinder/
 1996  firefox index.html 

 1997  cd ..
 1998  git clone https://github.com/sudhakar3697/PWA-Sample.git
 1999  cd PWA-Sample/
 2000  node server.js # dosent work needs a pakage json 
 2008  npm install express
 2009  node server.js 
 2010  history
syonfox commented 1 week ago

also npm init then spam enter before installing pakage but essentaly you want to copy all files from jTinder into public. and merge the 2 indexes.