I wrote a readme
This commit is contained in:
parent
f661ecfeb0
commit
c678ca0ef2
3 changed files with 80 additions and 22 deletions
|
|
@ -7,7 +7,7 @@ const port = process.env.PORT || 3002;
|
|||
try {
|
||||
connect()
|
||||
.use(serveStatic(`${__dirname}/dist`))
|
||||
.listen(port, () => console.log(`Boom, app is running on port ${port}`));
|
||||
.listen(port, () => console.log(`Boom, app is running on port ${port} 🚀`));
|
||||
} catch (error) {
|
||||
console.log('Something fucked up', error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue