Skip to content

henriquechamon/ezui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezui 🌀

Logo

ezui, is the new version of bolt-js, now wrote in TypeScript.

New updates

Now your codes are saved auto while you code into ezui, don't need an restart.

Functions

  • Routes using HTML
  • AutoSave
  • Change title, description and frameworks of all your project in config.ezui

Get started

Install ezui using git

  git clone https://github.com/henriquechamon/ezui
  cd ezui

Now, install the dependencies

 npm i express path fs

Configure 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors