# react-verto-communicator **Repository Path**: aifun/react-verto-communicator ## Basic Information - **Project Name**: react-verto-communicator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README react-verto-communicator ======================== Requires node.js version 4 or higher to run build Step 1 - clone repository ------------------------- ```javascript git clone https://github.com/star2star/react-verto-communicator.git ``` Step 2 - do an npm install to download all required packages ------------------------------------------------------------ ```javascript npm install ``` Step 3 - run in dev mode ------------------------ Listens on port 8080 ... http://localhost:8080 ```javascript npm start ``` Step 4 - production build ------------------------- produces a verto.tar in the current directory ```javascript npm run build ```