Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 679 Bytes

File metadata and controls

32 lines (19 loc) · 679 Bytes

macHosts

Mac hosts app based on electron.

开发基于 electron-react-boilerplate

Install

First, clone the repo via git:

git clone https://github.com/creeperyang/mac-hosts.git your-project-name

And then install dependencies.

$ cd your-project-name && npm install

And then package the app.

$ npm run package

Then you get macHosts.app in release dir.

2016-07-28 3 49 01

Note: requires a node version >= 4 and an npm version >= 2.