GirlsCodeLincoln / Website

The Girls Code Lincoln website
https://girlscodelincoln.org
5 stars 1 forks source link

Replace http-server with Express #114

Closed justinjstark closed 3 years ago

justinjstark commented 3 years ago

http-server has a security vuln with ecstatic which is not being addressed. We can easily use Express instead which is better maintained. This PR also included nodemon for hot reloads.