Skip to content

An Angular Admin boilerplate to quickly scaffold any large scale enterprise application.

Notifications You must be signed in to change notification settings

laravelcm/angular-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e684c14 Β· Oct 24, 2022
Aug 19, 2022
Oct 24, 2022
Aug 19, 2022
Aug 19, 2022
Sep 24, 2022
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Sep 17, 2022
Oct 8, 2022
Oct 13, 2022
Aug 19, 2022
Oct 18, 2022
Oct 18, 2022
Oct 10, 2022
Aug 19, 2022
Sep 2, 2022
Aug 19, 2022

Repository files navigation

Angular Admin Cpanel

πŸš€ 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+

⏳ Installation

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

πŸ– Requirements

Node:

  • NodeJS >= 14 <= 18
  • NPM >= 6.x

Features

  • 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.