Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 180 Bytes

nodemon.md

File metadata and controls

11 lines (6 loc) · 180 Bytes

Nodemon

A cool utility that will monitor for any changes in the source and automatically restart my server.

Install

npm i -g nodemon

Usage

nodemon <app name>.js