Creating a new front-end project
On a new folder, create a new project.
npm init -yInstall Sagui as a development dependency.
npm install --save-dev saguiAnd start the development server
npm startThat is it! Sagui bootstraps its configuration files and a project for you, so no extra step is required!