Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 373 Bytes

Install the node modules:

npm install

Install the TypeScript definition files:

npm run typings

Start the webpack-dev-server:

npm run debug

Build the project:

npm run build

Run electron in dev mode

npm start
NODE_ENV=development electron .

Note for electron

The following npm scripts do not works:

  • electron-main-dev
  • electron-renderer-dev