Installation

Our project will have the following structure:

  • Con NPM:
/
|   node_modules/
|   |   indigitall-web-inapp/
|   |   |   index.js
|   |   |   package.json
|   |   |   readme.md
|   |   |   inapp.min.js
|   |   |   /src
|   ..
  • Using local files:
/
|   indigitall-web-inapp/
|   |   inapp.min.js
|   ...