Connectif example

Create the .env file

Create a .env file in the root of the project and add the following variables:

# API URL
CONNECTIF_ID=XXXX-XXXX-XXXX-XXXX
CONNECTIF_URL=https://cdn.connectif.cloud/stage/client-script/XXXX-XXXX-XXXX-XXXX

Remember to replace the XXXX-XXXX-XXXX-XXXX with your own CONNECTIF_ID

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev