Why Markup?

We believe that Web Standards, Web APIs, and modern JavaScript are all you need to build any web based project. Markup only exists to provide you with all the reactivity and a simpler way to represent your HTML in JavaScript to build anything - No build required!

Quick Start

Add it to your HTML

html
                <script src="https://unpkg.com/@beforesemicolon/markup/dist/client.js"></script>
            

Or install it in your project with npm

                npm install @beforesemicolon/markup
            

or yarn

                yarn install @beforesemicolon/markup
            

Get Started