ezui, is the new version of bolt-js, now wrote in TypeScript.
Now your codes are saved auto while you code into ezui, don't need an restart.
- Routes using HTML
- AutoSave
- Change title, description and frameworks of all your project in config.ezui
Install ezui using git
git clone https://github.com/henriquechamon/ezui
cd ezuiNow, install the dependencies
npm i express path fsConfigure your "config.ezui" archive in main route
// ezui
ezui.config {
title: My ezui project
description: ezui project
logo: https://mylogo.ezui
}
ezui.server {
port: 3000
}
ezui.layout {
navbar: false
footer: false
bootstrap: false
}Done! Now you can create your pages in "app" directory and use ezui.
