- This demo project is shown how to develop a web-based app. include server side and client side.
- Server side base on node.js server which running as Elastos Carrier node instance.
- Client side base on VUE+VUEX to demonstrate the capability of carrier network.
run server
cd web-demo-server
npm i
npm start
run client
cd web-demo-client
npm i
npm start
open link with http://localhost:3001
run nw app
npm run build
npm run nw
ps : make sure run the web-demo-server first.
- fixed server side issue - (https://github.com/elastos/Elastos.NET.Carrier.Nodejs.SDK/issues/19)