I am trying to generate an express skeleton, using the express generator. So it would be this:
$ npm install express-generator -g
However, it
If you won't a view engine just type:
express --no-view
You can add an engine after or not working with server rendering.