Alumna is a front-end framework and its goal is to make universal app development as human-friendly as possible. Nevertheless, besides the easiness, we also consider high performance and safety.
Alumna is open-source (MIT), written in Javascript and based on Svelte.
Install Node.js and then install Alumna 2.0 globally:
npm install @alumna/alumna -g
alumna new <project_name>
alumna new .
Start the development mode with:
alumna dev
The pre-compiled files of your project will be saved in dev
folder and will run in your browser, refreshing with each modification.
When you are done, end the dev-mode with a CTRL+C
and build your project with:
alumna build
It will be compiled and saved in build
folder, with additional minification and tree-shaking process.
Copyright (c) 2015-2018 Paulo Coghi and contributors. Released under an MIT license.