Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/kevinrodriguezmorales/siget/llms.txt

Use this file to discover all available pages before exploring further.

Siget is a modern Angular 21 application template built with Angular CLI v21.2.13. It ships with standalone components, Angular Router, SCSS styling, and Vitest for fast unit testing — giving you a clean, opinionated foundation to build production-ready Angular applications.

Introduction

Understand what Siget includes and how the project is structured before you start.

Quickstart

Install dependencies, start the dev server, and have a running app in under two minutes.

Components

Generate and build Angular standalone components with the Angular CLI.

Unit Testing

Write and run unit tests with Vitest and Angular’s TestBed harness.

What’s included

Siget provides a production-ready starting point for Angular development. Every major concern is already wired up so you can focus on building features.

Angular 21

Standalone components, signals, and the latest Angular platform APIs.

Vitest

Lightning-fast unit testing with jsdom and Angular TestBed integration.

Angular Router

Client-side routing pre-configured with provideRouter.

SCSS

Component-scoped SCSS styles with global styles support.

Strict TypeScript

Strict mode, noImplicitOverride, noImplicitReturns, and more.

Prettier

Consistent code formatting with Angular HTML parser support.

Get started in three steps

1

Clone the repository

git clone https://github.com/kevinrodriguezmorales/siget.git
cd siget
2

Install dependencies

npm install
3

Start the development server

npm start
Open your browser at http://localhost:4200. The app reloads automatically when you edit source files.
Run npm test to execute the full Vitest unit test suite without leaving the terminal.

Build docs developers (and LLMs) love