Skip to content

Commit

Permalink
add instruction on how to package app
Browse files Browse the repository at this point in the history
  • Loading branch information
hardchor committed May 26, 2016
1 parent 0a0a9ee commit bbe22ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ $ npm run dev

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

### Package and Release

To package the app for local testing, run:

```bash
npm run build
npm run pack
```

---

> Originally based on the fantastic [chentsulin/electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)
> MIT © [C. T. Lin](https://github.com/chentsulin)
Expand Down

0 comments on commit bbe22ac

Please sign in to comment.