Questions tagged [node-dev]

Node-dev is a development tool for Node.js that automatically restarts the node process when a script is modified.

Installation

npm install -g node-dev

Basic Usage

node-dev foo.js

Resources

17 questions
0
votes
1 answer

How console log in terminal every request using node-dev?

How would I go about logging (kind of like tail -f) every request using node-dev so that I am able to see which route is being hit, etc?
Matt
  • 2,317
  • 7
  • 41
  • 52
-1
votes
1 answer

TypeScript, express, node-dev *and* custom file type loader

I want to write an node.js server using Express and TypeScript, but I also want to auto-restart (or better yet, hot-reload) it during development as I edit and I want to be able to import custom file types. Webpack can do much of this, but it isn't…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
1
2