Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 770 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 770 Bytes

Test Applicaion for Firma-JS-Ledger (React-Web and Electron Desktop App)

Install

In the project directory, you can run:

yarn

Run React Web

npm run react:start

image


Run Electron Desktop App (Windows/MacOs/Linux support)

npm run react:start

// open another terminal and run
npm run electron:start
  • The application will be launched automatically in the development mode

image