Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 362 Bytes

File metadata and controls

executable file
·
28 lines (17 loc) · 362 Bytes

Angular2 Electron Starter (with angular cli)

# angular2 cli required
npm install -g angular-cli


# install
npm install

# run webpack dev server
npm start

# run karma tests
npm test

# build angular project
npm run build

# preview electron (without angular build)
npm run electron

# create electron package (build included)
npm run package