Express' application generator (LuizTools version, EJS only).
$ npm install -g https://github.com/luiztools/express-generator.git
The quickest way to get started with express is to utilize the command express
to generate an application as shown below:
Create the app:
$ express /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Start your Express.js app at http://localhost:3000/
:
$ npm start
This generator can also be further configured with the following command line flags.
--version output the version number
--no-view use static html instead of view engine
-f, --force force on non-empty directory
-h, --help output usage information
Follow me on social networks: https://about.me/luiztools
Receive news on Telegram: https://t.me/luiznews