nestjs / serve-static

Serve static websites (SPA's) using Nest framework (node.js) šŸ„¦

Home Page:https://nestjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why using serve-static over useStaticAssets() for SPA?

opened this issue Ā· comments

What are the benefits of serve-static?

This package is intended to minimize & simplify the boilerplate code needed for serving SPA from Nest. However, it doesn't ship with any additional features and isn't required. Using useStaticAssets() is completely fine and provides more control & gives more flexibility but at the same time, requires more configuration & understanding of express/fastify (depending on what you use).