Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 263 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 263 Bytes

webapp

SEC Wallet Client

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit tests
npm test