Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jan 9, 2018
1 parent 3818cbd commit e0331bf
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ $ npm run startdev

Or to emulate a production run:
```
$ npm install // installs all dependencies locally
$ npm run webpack // packs app, there will be some warnings, ignore
$ npm run start // starts the packaged app
$ npm run dist // create relocatable app and installer(s), in "dist" dir
```

### Build steps (for production)

```
$ npm install
$ npm run webpack
$ npm run dist
$ npm install # installs all dependencies locally
$ npm run webpack # packs app, there will be some warnings, ignore
$ npm run start # starts the packaged app
$ npm run dist # create relocatable app and installer(s), in "dist" dir
```

#### Linux:
Expand Down

0 comments on commit e0331bf

Please sign in to comment.