Generator Angular Fullstack

screenshot of Generator Angular Fullstack
angular
express
scss

Yeoman generator for an Angular app with an Express server

Overview

The Angular Full-Stack Generator is a Yeoman generator designed for creating MEAN/SEAN stack applications using ES2017. This tool allows users to quickly establish projects following best practices. With features like MongoDB/SQL support, Express, Angular, and Node integration, this generator streamlines the process of setting up full-stack applications.

Features

  • Easy generation of MEAN/SEAN stack applications
  • Support for MongoDB and SQL databases
  • Uses ES2017 and follows best practices
  • Integration with Express, Angular, and Node
  • Comprehensive authentication boilerplate with OAuth integrations
  • Flexible deployment options with OpenShift and Heroku
  • Extensive documentation and contribution guidelines
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.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

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.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

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.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

Pug

Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.

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.