$ npm install -g iwin.jsThe quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:
Create the app:
$ iwin247 /tmp/foo && cd /tmp/foo && npm installStart your Express project app at http://localhost:3000/:
$ npm start