parent
1fa79962fd
commit
75f7468b4a
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
const express = require('express') |
||||
|
||||
const app = express() |
||||
|
||||
const port = process.env.PORT || 5000 |
||||
|
||||
app.listen(port, () => console.log(`Server started on port ${port}`)) |
Loading…
Reference in new issue