Multipage Application
Closed this issue · 1 comments
seekerquest commented
Hi,
Can you please explain how the routing mechanism works in Marko to build multipage applications ?
Thank you!
DylanPiercey commented
@eldjoko Marko is not opinionated on how you route your MPA. You can use any SSR framework to do so, eg express/fastify/etc. Or use our batteries included starter @marko/run which some examples in this repo also use: https://github.com/marko-js/run