Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

s6n-labs/lmth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ LMTH

Say good-byte to HTML, a document markup which is not for applications.

πŸš€ Motivation

These days, we usually use HTML to compose our Web applications. As you know, HTML is a document markup language. I am considering that the usage is incorrect for HTML's semantics. Most of Web applications are not document already; it is no longer suitable to use HTML as their language.

This project, LMTH, proposes you to throw HTML away from your application. You can write applications which work on Web browser, without thinking about the markup. Only you need to consider is how to layout UI components now.

πŸ“¦ Installation

pnpm install git+https://github.com/siketyan/lmth.git

πŸ“„ Licence

This program is licenced under the MIT Licence. For details, refer LICENCE.md .