Web Installations
Crunch can be installed on any frontend web application built using any framework, some popular ones are listed here:
Step 1:
Get the App_ID
for your project to install Crunch scripts in your project.
You can find your Crunch's project ID as follows —
During the new project creation in the script installation setup.
In the project level settings within Crunch App.
Reach out to your Crunch account manager to provide you with an ID
Step 2:
Select the script which is relevant for your project.
Plain HTML app, Create React App, Vue JS, Angular, Svelte, Preact, Semantic UI —
NextJS applications (in _app.js) —
Gatsby JS applications —
Run this if you do not have html.js file in your src directory
- cp .cache/default-html.js src/html.js
Add this before the end of your body tag
Last updated