How to get your app running on your local environment
Monterosa / Interaction SDK is tool-agnostic. For simplicity we will be using Vite as a building tool but you can select your preferred tool such as rollup, webpack parcel or esbuild.
Let's start by creating a folder for the app and navigating into it:
mkdirappcdapp
Next, let's initialise the project:
npminit-y
Then, proceed to install Vite:
npmivite
Create an index.html file in the root directory with the following content: