
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Logong-fullstack is an exciting Yeoman generator designed to expedite the web application development process. With a focus on modern technologies, it provides a seamless experience for developers looking to prototype either client-side, server-side, or full-stack applications. The generative capabilities of logong-fullstack simplify the initial setup, enabling developers to focus on what truly matters—building and iterating on their ideas.
Getting started with logong-fullstack is a breeze; you just need to run a simple command and answer a few questions. In no time, you'll have a boilerplate app up and running, ready for customization and further development.

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.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
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 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.
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.
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.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.