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!