Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create express app

## 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: #create #express #app
ADD COMMENT
Topic
Name
5+2 =