devinekask / generator-devine-boilerplate

⚙ the one and only devine.be boilerplate generator
23 stars 3 forks source link

Use zeit/serve in favor of 75lb/local-web-server #32

Closed thibmaek closed 7 years ago

thibmaek commented 7 years ago

Had great results using this module and from checking both repo descriptions serve seems to do everything local-web-server does but only sits at ±150kb where local-web-server is 1MB+

serve defaults to gzipping assets (can be turned off), can be used to serve SPA and reads port from either a commandline flag or an env. Only thing missing here is SSL but it seems like we weren't using that for local-web-server either.

Let me know what the take on this is.

geoffreydhuyvetters commented 7 years ago

Cool. Can you create a PR. Gonna test it.