A simple npm package used to watch and auto reload files during development
npm install roloi
$ roloi server.js
`
You can also:
- call roloi without specifying any file and roloi will automatically look into your package.json file, find the main entry and start it
`
$ roloi
`
$3
The installation is fairly simple all you need to do is run
`
$ npm i -g roloi
``