DEV Community

Owen Conti 🇨🇦
Owen Conti 🇨🇦

Posted on

8 3

How to deploy express.js apps on Netlify

Top comments (4)

Collapse
 
abetoots profile image
abe caymo • Edited

Thank you! I was struggling with this for hours. The part for app.use() did it for me. Thank god I can keep using middleware.

Question: Do you know of a way of setting debugging up with breakpoints for the lambda functions? I just want to be able to step through my functions.

Collapse
 
thisisstefan_ profile image
Stefan aGz

where did the functions directory come from tho

Collapse
 
owenconti profile image
Owen Conti 🇨🇦

the netlify-lambda command creates the functions directory (based on the config file) when you run the serve/build commands

Collapse
 
anthonymwangi profile image
Anthony Mwangi

This was quite helpful. Thank You

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay