Showing
1 changed file
with
0 additions
and
9 deletions
app.js
deleted
100644 → 0
1 | -const express = require('express'); | ||
2 | -const app = express(); | ||
3 | -const port = 3000; | ||
4 | - | ||
5 | -app.get('/', (req, res) => { | ||
6 | - res.send('hello world!'); | ||
7 | -}); | ||
8 | - | ||
9 | -app.listen(port, () => console.log(`Server is running on port ${port}`)); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment