Don't use electron directly (#388)

This commit is contained in:
Tim Neutkens 2016-07-27 01:40:02 +02:00 committed by Guillermo Rauch
parent 4e04d1c4b1
commit 779e8ac98f

View file

@ -40,5 +40,5 @@ npm run dev
and to load the application simply run:
```
electron app/index.js
npm start
```