Jam stack implementation
Opened this issue · 0 comments
Zain-ul-din commented
Jamstack works by pre-rendering the front end into static HTML files and serving them directly from a content delivery network (CDN). This eliminates the need for a backend server to generate dynamic content, which improves performance, reliability, and security.
- create static HTML files in the
public
folder - Deploy on Netlify or somewhere