This help you in some way? Buy me a cofffe :)
https://buymeacoff.ee/ridermansb
Isomorphic library sample with WebPack
Install dependencies and build library
npm install
npm run build
npm link
Use demo
cd demo
npm install
npm link ../
Check the results
- Inside the demo folder
node index.js
- Open
index.html