Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Admin panel for surmon.me built with Angular and Bootstrap 4; deprecated, use surmon.me.admin.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Angular Admin is a deprecated open-source admin panel for the surmon.me blog, built with Angular and Bootstrap 4, originally forked from ng2-admin. It serves as the management interface for the NodePress CMS ecosystem and has been replaced by the newer surmon.me.admin project.
Angular Admin is a web dashboard project that provides a backend management interface for the surmon.me blog, a platform built on NodePress as its RESTful API service. The project is written in Angular (repository tags reference Angular 4 and Angular 9) with Bootstrap 4 for UI components, and it was originally derived from the ng2-admin starter template. The author is surmon-china, and the repository explicitly warns that this version is deprecated; users should adopt the successor project surmon.me.admin.
Angular Admin runs as a standard Angular application. After cloning the repository, run yarn to install dependencies, then yarn dev to start a development server with hot reload at localhost:4200. For production, yarn build creates the compiled output, and the repository provides local build and remote deploy scripts (local:build:tar and local:deploy) for CD workflows.
Angular Admin is an open-source project published on GitHub. The README includes a license badge linking to the LICENSE file, so usage terms are defined there. Since it is deprecated, developers should consider the successor surmon.me.admin for new work.
No. The top of the README contains a warning that this project has been deprecated and the maintainers point users to the new admin project surmon.me.admin. The legacy repository remains available for reference but is not actively developed.
Run yarn to install all dependencies, then yarn dev to start a development server that serves the app with hot reload at localhost:4200. Additional commands include yarn lint, yarn test, yarn e2e, and yarn build for quality checks and production builds.
Angular Admin is designed to work with NodePress, a RESTful API service that acts as the CMS core for the surmon.me blog platform. The admin communicates with NodePress to manage blog content and site data.
