Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 403 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 403 Bytes

Angular2 Electron Starter (with Webpack)

forked from angular2-webpack-starter

# 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