Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 662 Bytes

react-verto-communicator

Requires node.js version 4 or higher to run build

Step 1 - clone repository

git clone https://github.com/star2star/react-verto-communicator.git

Step 2 - do an npm install to download all required packages

npm install

Step 3 - run in dev mode

Listens on port 8080 ... http://localhost:8080

npm start  

Step 4 - production build

produces a verto.tar in the current directory

npm run build