I'm just toooooo lazy to rewrite this code every time I'm trying to start new express.js project so I just make this :)
Just install this package into your express project and call
import ezServe from 'ez-serve'
...
ezServe(<express app constant>, <port you want to serve>)