Visit Demo link
- Clone the project and cd into project
- npm install
- npm start and go to link
- npm install
- npm run build
- npm run deploy
- Typescript
- React
- PWA
Cross-platform App을 이용한 크로스플랫폼 앱 구축
/* index.html*/
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("/GamtiWatch/ServiceWorker.js")
.then((registration) => {
console.log("Service worker registration succeeded:", registration);
})
.catch((err) => {
console.log("Service worker registration failed:", error);
});
} else {
console.log("Service workers are not supported.");
}
</script>- FCM
클라우드 메시지 서비스를 통한 푸시 알림(개발중)
-
selectbutton https://primereact.org/selectbutton/
-
react-circular-progressbar https://www.npmjs.com/package/react-circular-progressbar
