UNPKG

fullstrapp

Version:

Bootstrap a scalable full stack application with pre-configured: hosting, database, authentication, analytics, CI, CD, code templates, and issue templates.

7 lines (6 loc) 152 B
export default function addToHomeScreen() { window.addEventListener('beforeinstallprompt', (e: any) => { e.preventDefault() e.prompt() }) }