Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

express generator

## Command
$ npx express-generator

: 'For earlier Node versions, install the application generator as a global
npm package and then launch it':
$ npm install -g express-generator
$ express

## Display the command options with the -h option:
$ express -h
Source by expressjs.com #
 
PREVIOUS NEXT
Tagged: #express #generator
ADD COMMENT
Topic
Name
8+1 =