🚀 Admin panel boilerplate to quickly scaffold any large scale enterprise application for Angular. Built with the Tailwind, fully customizable and developer-first.
This project use Angular 13+
Clone the repo locally:
git clone https://github.com/laravelcm/angular-admin-panel.git cpanel.angular && cd cpanel.angular
Install NPM dependencies:
npm i
Setup configuration:
cp .env.example .env
Node:
- NodeJS >= 14 <= 18
- NPM >= 6.x
- Modern Admin Panel: Elegant, entirely customizable and a fully extensible admin panel.
- Secure by default: Roles, Guard and more.
- Authentication Module: All authentication features enabled (Login, Reset Password, Forgot Password, Logout).
- Shared module: All reusabled customize components.
- Theme module: Theme management with Auth and Cpanel Layout.