Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 410 Bytes

ez-serve

A kind of express.js port listening wrapper

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 :)

Usage

Just install this package into your express project and call

import ezServe from 'ez-serve'
...
ezServe(<express app constant>, <port you want to serve>)

made w/ 🤍 Suphakit P.