Skip to content

malinajs/malinajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13e1d56 · Aug 4, 2024
Feb 17, 2024
Mar 1, 2023
Aug 4, 2024
Sep 11, 2023
Aug 3, 2024
Aug 8, 2023
Aug 4, 2024
Jun 27, 2020
Jul 25, 2023
Aug 13, 2023
Jul 16, 2020
Aug 8, 2023
Aug 4, 2024
Feb 17, 2024
Aug 22, 2023

Repository files navigation

Malina.js

Malina.js helps you create a fast and thin web application that runs without a front-end framework

Links

Benchmark

Benchmark

Startup metrics

Benchmark

Articles

Example

<script>
  let name = 'world';
    
  function rename() {
    name = 'user';
  }
</script>

<h1>Hello {name.toUpperCase()}!</h1>
<button @click={rename}>Rename</button>

Quick Start

You can get started with a simple app by running the following in your terminal:

npm create malina myapp
cd myapp
npm run dev
# open http://localhost:7000/

License

MIT