-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Prettynice is not built for SPAs, but you can still build a SPA with it, and the architecture gives you some nice benefits over a traditional, serverless SPA. Your server/
can serve your backend API, and route all other requests to a response that loads your SPA from client/src/components/App.gren
. Build App
in the client
folder the same way you would build any other Gren SPA.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation