grunt-multi-develop
Grunt Task to run one or more Node.js Server while developing, auto-reloading on change.
Notes:
- Requires Grunt >= 0.4.0
- No need to modify/export your server or alter your applications code.**
Install
$ npm install grunt-multi-develop
Setup Gruntfile.js:
module { grunt; grunt; // if you are also using "watch", place after grunt; };
Usage (Realtime development with restart on file changes)
$ grunt
License (MIT)
Copyright (c) 2018, Antonio Giordano.