marko icon indicating copy to clipboard operation
marko copied to clipboard

SPA based on Marko

Open xtremespb opened this issue 3 years ago • 0 comments

I think this might be interesting for anyone who wants to build a single-page application (SPA) based on Marko. My project has the following features out-of-the-box:

  • Based on Marko.js, a language for building dynamic and reactive user interfaces
  • Using Bulma, a free, open source framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces
  • Using Webpack 5 to build an optimized, GZipped chunks and load every part of the site on demand
  • Built-in Routing and internationalization support

Check out the demo website at zspa.zoiajs.org. It's currently not a part of CI/CD process so is not periodically updated.

Github repository: https://github.com/xtremespb/zspa

xtremespb avatar Jan 18 '22 11:01 xtremespb