tsukhu / node-mf-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for using @telenko/node-mf library

How to setup

  1. Clone repo
  2. Go to host directory and run install
    cd host
    npm i
    
  3. Go to remoteLib directory and run install
    cd remoteLib
    npm i
    
  4. Go back to the root folder and run start
    cd ..
    npm start
    
  5. Open http://localhost:3000/testing

About


Languages

Language:JavaScript 76.0%Language:CSS 21.2%Language:HTML 2.9%