Skip to content

zenomeplatform/desktop-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenome-client

Run in dev environment

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build

# run unit & end-to-end tests
npm test