Mac hosts app based on electron.
开发基于 electron-react-boilerplate
First, clone the repo via git:
git clone https://github.com/creeperyang/mac-hosts.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installAnd then package the app.
$ npm run packageThen you get macHosts.app in release dir.
Note: requires a node version >= 4 and an npm version >= 2.
