> npm install -g typescript
> npm install
git clone https://github.com/TrustedPlus/esign.git
cd esign && npm install
cd app && npm install
cd ..
npm run dev
# Run tslint
yarn lint
NOTE:
- on Windows need have openssl prebuild binaries or build from sources in first time (for trusted-crypto)
- on Linux install openssl devel package