Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 541 Bytes

IdentityChain
Chamber Of Commerce Legacy Example


Run Chamber Of Commerce Webserver & UI application

  • For development, uses watches and instant reload if any changes are done in the code:
npm install
npm run serve
  • For Production mode, minimized code and UI embeded inside Webserver static resources:
npm run start

Open the url provided by the script console output. ✌️