Skip to content

vinyll/simple-page-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Page Application

A full client-side SPA made simple.

View demo

Just open the index.html file with your web-browser. No server, transpilation or whatever issue-prone concept.

This just works out of the 📦.

Based on very solid & lite libraries (this whole app is 24Kb, app and libraries included!)

The libraries it uses

  • RiotJS for web components made easy.
  • PageJS, a Vanilla basic routing system.
  • Milligram for CSS to make HTML natively beautiful.

Agnostic of server technologies. It's very convenient to plug this with an API or whatever you feel like.

This skeleton can run on its own in a Github Pages.

Just clone and run your own app 👾