Skip to main content

Installing the React Connector

The Frosmo React Connector requires the following software, so make sure you have everything installed in your operating system before installing the connector:

To install the React Connector to a React application project:

  1. Open your terminal, and go to the project directory.

  2. Install the frosmo-react package by running the following command:

    npm i "git+https://github.com/Frosmo/frosmo-react.git#v0.1.0"

    The command adds the frosmo-react module to the node_modules subdirectory in the project directory.