Skip to content

Commit

Permalink
docs: add reference for npx initialization (#310)
Browse files Browse the repository at this point in the history
* (Chore) Update README.md

* docs: add reference for npx initialization

---------

Co-authored-by: Ulises Gascón <[email protected]>
  • Loading branch information
p4nu and UlisesGascon authored Apr 4, 2024
1 parent f20bb37 commit d05816b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
$ npm install -g express-generator
```

You can also run the application generator with the `npx` command (available since Node.js 8.2.0).

```sh
$ npx express-generator
```

## Quick Start

The quickest way to get started with express is to utilize the executable `express(1)` to generate an application as shown below:
Expand Down

0 comments on commit d05816b

Please sign in to comment.