https://github.com/vinyll/simple-page-application
A new generation of Web Apps, made simple
https://github.com/vinyll/simple-page-application
client-side milligram riotjs simple single-page-app spa webapp
Last synced: 3 months ago
JSON representation
A new generation of Web Apps, made simple
- Host: GitHub
- URL: https://github.com/vinyll/simple-page-application
- Owner: vinyll
- Created: 2018-06-01T22:45:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T12:27:25.000Z (about 8 years ago)
- Last Synced: 2025-02-07T12:23:09.535Z (over 1 year ago)
- Topics: client-side, milligram, riotjs, simple, single-page-app, spa, webapp
- Language: HTML
- Homepage: https://vinyll.github.io/simple-page-application/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Simple_ Page Application
A full client-side SPA made **simple**.
[View demo](https://vinyll.github.io/simple-page-application/)
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](https://riot.js.org) for web components made easy.
- [PageJS](http://visionmedia.github.io/page.js/), a Vanilla basic routing system.
- [Milligram](https://milligram.io/) 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](https://vinyll.github.io/simple-page-application/).
Just clone and run your own app 👾