How to deploy express.js on Netlify

preview_player
Показать описание
How to deploy an Express application on Netlify using Netlify functions.

---

Thanks for watching! Make sure to leave a comment letting me know how you enjoyed the video!

Projects:

Рекомендации по теме
Комментарии
Автор

Thank you! After so many useless tutorials, your video was the quickest and easiest to follow!

dal
Автор

You don't mince words bruv. Straight, to the point, and accurate. well done.

David-kyns
Автор

This is the simplest and the best tutorial for uploading NodeJS server to Netlify. Thanks dude!

vishaldhawan
Автор

Why did you specify full path in "scripts" section like serve src"? It should be just "netlify-lambda serve src". Is there some specific reason for specifying full path?

alexanderp
Автор

The only resource I could find that helped me deploy to Netlify. Thanks Owen!

jaytee
Автор

Thanks for the video! I struggled a bit for a while because I was getting error when running npm start. It was because I was not tabing the line functions = "functions". So pay attention to that if you struggle too.

peresola
Автор

nice tutorial - thanks! Meanwhile the npm-script needs no longer the "./node_modules/.bin/" in front

michaellussem
Автор

straight to the point, thanks this saves a lot of time.

FredySandoval_
Автор

Windows: if you are Getting 'NODE_ENV' is not recognized error, just do npm install "npm install -g win-node-env" and also replace to netlify-lambda in package.json

sudheer-suri
Автор

Hey brother how did the functions directory appear for you out of nowhere?

dagmawinadew
Автор

Great video! this is exactly what I was looking for. I followed the video exactly and got it deployed in 10 minutes, thanks again!

Michelobe
Автор

Great tutorial, thank you so much. Been looking for this after so many unclear and failed tutorial. You're awesome

fadilnatakusumah
Автор

Hello great video but I have this when I run npm start: start
> serve src

'.' is not recognized as an internal or external command,
operable program or batch file.

leanbuzetabernasconi
Автор

Excellent tuto, thanks, I have just this warning message when running but it still working nicely : "WARNING in 81:13-25
Critical dependency: the request of a dependency is an expression
@
@
@
@ ./api.js

libertady
Автор

Thank you so much! So helpful been stuck on this for a long time

courtneypike
Автор

quick and well-defined video for netlify express. Great buddy!

vuelancer
Автор

Thank you Owen. This is the best tutorial I've found integrating Express with Netlify Functions. Thanks again!

savvasstephanides
Автор

Wow brilliant. Been looking for some tutorial like this. Thanks so much

omscrx
Автор

This is super solid and well produced, cheers!

thomaskjr-rasmussen
Автор

Solid tutorial, to the point, no bullshit. Thanks !

randy-russ