또 시간이 남아돌아서 웹앱으로도 한번 만들어볼까 싶어서 PWA(Progressive Web App) 먼저해봐야겠다. PWA를 위해 확인할 파일은 아래 네가지이다.index.htmlindex.jsmanifest.jsonpublic/icons/ 폴더 내 PWA용 아이콘 파일index.js 에 serviceWorkerRegistration 의 register() 추가,index.html 에 manifest.json link확인. { "short_name": "KBO날씨", "name": "KBO Ballpark Weather", "icons": [ { "src": "icons/BallparkWeather.png", "type": "image/png", "sizes": "..