Angular Starter

screenshot of Angular Starter
angular

:rocket: Angular 17 Starter with Storybook, Transloco, Jest, Cypress, Docker, ESLint, Material & Prettier :rocket:

Overview

The Angular starter / boilerplate project is designed to help developers start a new enterprise project with the Angular framework. It provides a set of predefined features and tools that can be useful in the development process.

Features

  • Angular 16: Built on the latest version of Angular framework.
  • Angular Material: Includes Angular Material library for ready-to-use UI components.
  • Unit Testing with Jest: Supports unit testing with Jest testing framework.
  • End-to-End Testing with TestCafé: Allows for end-to-end testing using TestCafé.
  • Internationalization with Transloco: Supports internationalization using Transloco library.
  • Auto documentation with Compodoc: Auto-generates documentation using Compodoc.
  • Component examples with Storybook: Provides component examples with Storybook for easy reference.
  • Source-map-explorer: Offers analysis of the project using source-map-explorer.
  • Docker: Includes Docker support for easy deployment and scalability.
  • ESLint: Enforces code quality and style rules using ESLint.
  • Prettier: Provides code formatting using Prettier.
  • Commit Linting: Enforces commit message guidelines using Commit Linting.
  • AuditJS: Allows for auditing the application using Sonatype OSS Index.
  • Auto-generate CHANGELOG: Automatically generates a CHANGELOG using auto-changelog.

Summary

The Angular starter / boilerplate project provides a comprehensive set of features and tools to start a new enterprise project with Angular. It includes all the necessary libraries and configurations for efficient development, testing, and deployment. With support for Docker, internationalization, documentation generation, and more, it offers a solid foundation for building enterprise-level applications.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.