1.0.5 • Published 5 months ago

krish-mon v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

const server = http.createServer((req, res) => { res.end('Hello, world!'); });

server.listen(3000, () => { console.log('Server is running on http://localhost:3000'); });

<li>Start the server with <code>krish-mon</code>:</li>
<pre><code>krish-mon server.js</code></pre>
<li>Make changes to your <code>server.js</code> file, and <code>krish-mon</code> will automatically restart the server.</li>
<li>To manually restart the server, type <code>rs</code> in the terminal and press <code>Enter</code>.</li>
1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago