Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 606 Bytes

nativefier-apps

create nativefier desktop apps

Prerequisite

# prerequisite, do only once 
npm install

it would create node_modules folder where nativefier woudl be cached

Example 1

Building a desktop app for Google Cloud Console

# run the script "GCP" from package.json
npm run GCP

In the directory "apps" you will find "GCP-" folder that would contain an electron app for GCP console

Building desktop electron app for Literature review demo

npm run lrt-demo

check the apps/ for CoronaWhy-<smth> folder