Electron+Angular2 Sample

Electron + Angular2(rc.4)

Dependencies

  • node and npm

Quick start

# install the dependencies with npm
npm install

# build and start the electron
npm run build
npm start