Sagui
Modern front-end development made easy
Creating a new front-end project
On a new folder,create a new project.
npm init -yInstall Sagui as adevelopment dependency.
npm install --save-dev saguiAndstart the development server
npm startThat is it! Sagui bootstraps its configuration files and a project for you, sono extra step is required!
Focus on your code
Sagui is all about good defaults. It is thesingle development dependency you need to worry about, taking care of build, tests and the development server.