https://github.com/telenko/node-mf-example
https://github.com/telenko/node-mf-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/telenko/node-mf-example
- Owner: telenko
- Created: 2021-06-19T18:14:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T20:04:45.000Z (over 4 years ago)
- Last Synced: 2025-04-04T15:06:22.448Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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