Deploy Express Application using Netlify for Free - Serverless Functions | 2024 UPDATE

preview_player
Показать описание


Source code:

📍My Blog:

00:00 Introduction
00:22 Required Libraries Installation
01:10 Setup Project & Installation
03:26 Coding
06:04 Deployment Configuration
07:07 Outro

#netlify #nodejs #expressjs #deployment
Рекомендации по теме
Комментарии
Автор

I build my react/node project. If I choose my dist directory as publish directory while deploying, it doesnt call the functions on front end. If I don't choose directory for publish, I see 404 error of netlify. Any solution for that?

kadirbozkurt
Автор

very nice. My routes are in /Routes/courseRoutes.js file so how can i access them?

EsHbAnBaHaDuR
Автор

netlify-lamda has already been deprecated. How to do it without netlity-lamda ?

sanketmane
Автор

Great tutorial... By the way I have a question, is that route prefix "/.netlify/functions/" a must?
PS: Found that it can be solved by adding a redirect rule to netlify.toml like this
[[redirects]]
force = true
from = "/api/*"
status = 200
to =

harshasuraweera
Автор

the video is great just zoom in a little

danielmayo
Автор

Good Tutoriall but too annoying to see the code.
1. Just zoom In the editor,
2. Add a soft bg music.

RajeshTechForge
Автор

I have actually already made the project in github so can you help me with that

Bollyspeedup
Автор

Next time maybe don't Screencast a such a huge screensize...😅

krakatoom
Автор

It doesnt' work for me but thanks!

juanpasten