From d05816b936a4d292641a6168390e6ce6a4da328b Mon Sep 17 00:00:00 2001 From: Panu Valtanen Date: Thu, 4 Apr 2024 10:05:14 +0300 Subject: [PATCH] docs: add reference for npx initialization (#310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (Chore) Update README.md * docs: add reference for npx initialization --------- Co-authored-by: Ulises Gascón --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c319b093..c287c558 100644 --- a/README.md +++ b/README.md @@ -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: