An app being built in Electron for display on a touch screen attached to a Raspberry Pi.
As a starting point we have used electron-react-boilerplate.
(Instructions more or less taken completely from the electron-react-boilerplate README!)
First, clone the repo via git:
git clone https://github.com/saksdirect/PictoPhone.git PictoPhoneAnd then install dependencies.
$ cd PictoPhone && npm installRun this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hotor run two servers with one command
$ npm run devNote: requires a node version >= 4 and an npm version >= 2.