Casual Painting App in Electron
- Node.js
- Python 2.7 / Visual C++ (for building native modules with node-gyp)
npm install
npm run watch
npm run build:nativelib # rebuild entirely
npm run node-gyp:build # build changed files only
npm run app
npm test
# assuming you are running `npm run watch`
npm run test:dev
npm run package
The packaged app will be in /build
.