Sagui


Modern front-end development made easy

Creating a new front-end project

On a new folder, create a new project.

npm init -y

Install Sagui as a development dependency.

npm install --save-dev sagui

And start the development server

npm start

That is it! Sagui bootstraps its configuration files and a project for you, so no extra step is required!

Focus on your code

Sagui is all about good defaults. It is the single development dependency you need to worry about, taking care of build, tests and the development server.