π₯οΈWeb Installations
Step 1:
Step 2:
Plain HTML app, Create React App, Vue JS, Angular, Svelte, Preact, Semantic UI β
<script
src="https://storage.googleapis.com/crunch_tracking_script/crunchit.min.js"
onload="init()"
async
>
</script>
<script>
function init() {
try {
window.letscrunch("YOUR_UNIQUE_APP_ID");
} catch (error) {
console.error("Failed to load Crunch", error);
}
}
</script>
NextJS applications (in _app.js) β
Gatsby JS applications β
Last updated