ExpressJS application skeleton using Express Generator : Install dependencies: $ npm install On MacOS or Linux, run the app with this command: $ DEBUG=myapp:* npm start On Windows, use this command: set DEBUG=myapp:* & npm start Load http://localhost:3000/ in your browser to access the app.