Web application example for edc integration
Current edc-webmail-showcase release is compatible with edc v3.0+
-
npm (https://docs.npmjs.com/getting-started/installing-node)
-
Installed server hosting documentation's exported data. End point keys should be :
- key/subkey values for the account : 'fr.techad.edc.showcase.mailreader', 'leftmenu.account'
- key/subkey values for the email-tab : 'fr.techad.edc.showcase.mailreader', 'email.tab'
-
edc-help-viewer running
- With npm :
$ npm build
- With yarn
$ yarn build
- With npm :
$ npm install
- With yarn :
$ yarn install
- With npm :
$ npm start
- With yarn :
$ yarn start
- If you want to run the prod version :
$ npm start -prod --aot
The application should be running at http://localhost:4201/email
MIT TECH'advantage