$ mkdir tutorial $ cd tutorial/ $ npm init
$ npm install --save express $ npm install --save ejs
$ node server.js
$ curl -i http://localhost:3000
$ mkdir tutorial $ cd tutorial/ $ npm init
$ npm install --save express $ npm install --save ejs
$ node server.js
$ curl -i http://localhost:3000