This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing,...
The Angular Open-source Starter is a project designed to assist in creating open-source libraries for Angular. It provides a complete Angular workspace with a demo application and simplified library addition. This starter project is specifically tailored for open-sourcing libraries on GitHub and includes features such as CI/CD, code coverage, SSR testing, and StackBlitz demo deployment. It is a comprehensive solution for developers looking to create and share their Angular libraries.
npm run serve:dev:ssr or npm run build:prerender && npm run serve:prerender.The Angular Open-source Starter is a powerful tool for developers looking to create and share open-source libraries for Angular. With its comprehensive features, such as versioning, Angular Universal support, CI/CD, and StackBlitz demo deployment, it provides a solid foundation for developing and maintaining high-quality Angular libraries. Its modular structure and easy installation process make it a convenient choice for developers starting their open-source projects.
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.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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.