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:
-
Open your terminal, and go to the project directory.
-
Install the
frosmo-react
package by running the following command:npm i "git+https://github.com/Frosmo/frosmo-react.git#v0.2.0"
The command adds the
frosmo-react
module to thenode_modules
subdirectory in the project directory.