윤성아

Move app.js to https/app.js

Showing 1 changed file with 0 additions and 9 deletions
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