Skip to content

Commit d05816b

Browse files
p4nuUlisesGascon
andauthored
docs: add reference for npx initialization (#310)
* (Chore) Update README.md * docs: add reference for npx initialization --------- Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent f20bb37 commit d05816b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
$ npm install -g express-generator
1414
```
1515

16+
You can also run the application generator with the `npx` command (available since Node.js 8.2.0).
17+
18+
```sh
19+
$ npx express-generator
20+
```
21+
1622
## Quick Start
1723

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

0 commit comments

Comments
 (0)