Angular Cli Skeleton

screenshot of Angular Cli Skeleton
angular
bootstrap
scss

angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.

Overview

angular-cli-skeleton is a ready-to-use skeleton project with Angular 9, Bootstrap 4, ng-bootstrap, ngrx-store, and other features. It is a simple and lightweight project template that allows users to quickly set up and start their Angular projects.

Features

  • Typescript >= 3.7
  • Angular 9
  • IVY enabled by default for Angular >= 9
  • Ahead of Time (AOT) enabled by default for Angular >= 5
  • Lazy loading
  • HttpClient of Angular >= 4.3
  • RxJS 6 with pipeable operators
  • i18n support for multiple languages
  • Bootstrap 4 with a custom theme
  • FontAwesome 5
  • Web App Manifest support for standalone mobile apps
  • Service Workers for creating offline applications
  • Socket.io (work in progress)
  • Reactive storage based on Redux
  • Different profiles for development, production, and production with SSR (TEMPORARY DISABLED)
  • Hot Module Replacement (HMR)
  • Tree shaking
  • SASS support
  • build-optimizer for production builds
  • Bundle Analyzer
  • Proxying support (optional)
  • Server Side Rendering with angular-universal (TEMPORARY DISABLED)
  • AppShell (work in progress and TEMPORARY DISABLED)

Summary

angular-cli-skeleton is a lightweight and feature-rich project template for Angular development. It offers a range of useful features, including support for multiple languages, offline applications, and server-side rendering. With its easy installation process, developers can quickly set up and start their Angular projects.

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.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

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.