DreamsFood Agent Banner

Introduction

CRMS is a admin template for Human Resource Management. CRMS is a well-designed fully responsive admin template that makes the web administration process easier than ever. It is equipped with various functionalities and is platform compatible.

Requirements

  1. Node
  2. Angular cli
  3. Text editor as per your wish

Core Features

Angular 20.3.x
Tailwind 4.1.17
LTR and RTL Supported
Angular Material
100+ Pages
JSON Datas
Lazy Loading
No Jquery
Font Awesome icons
Feather icons
RXJS
API Integrated Datas
Custom Design for DataTables
Fully Responsive Layout
Cross Browser Compatible
Easy to Customize
Clean & Well Commented Codes
Compatible to all Mobile Devices
Detailed Documentation
And Many More...

File Structure

Project Overview

The project follows a modular structure with clear separation of concerns.

angular tailwind
angular/
├── public/
│   ├── assets/            		 
│   └── favicon.png                		 
├── src/
│   ├── app/            		
│   ├── assets/  	   		
│   │	├── index.html			
│   │   ├── main.ts      
│   │   ├── style.css        	 
│   │   ├── tailwind.css              
│   │   └── flowbite.d.ts         
├── editorconfig                 
├── angular.json                  	  
├── browserslistrc 
├── karma.conf.js                 
├── package.json
├── package-lock.json
├── README.md
├── tsconfig.app.json
├── tsconfig.json
└── tsconfig.spec.json

Angular Installation Guide

  • Node.js and NPM :
    If NodeJS is not installed then download it from https://nodejs.org/. NPM comes bundled with Node.js. Recommended version: Node.js 24.0.0
  • Angular-cli :
    You can install angular-cli by executing from your command window npm install -g @angular/cli. More details can be found here https://github.com/angular/angular-cli

If you have Angular CLI installed previously, update it to the latest Angular CLI. Remove the older version and re-install it.

npm uninstall --global @angular/cli
npm install --global @angular/cli@20
NPM Packages
  • Before proceding you'll need to install npm packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
npm install
Development Server
  • Run ng serve for a dev server. Navigate to localhost:4200/. The app will autometically reload if you change any of the source files.
ng serve
Build Project
  • Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Tailwind Installation Guide

npm install -D tailwindcss
npx tailwindcss init -p

Edit 'tailwind.config.js' and update the content paths as follows:


    /** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./src/**/*.{html,ts}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

Install the Flowbite package to add interactive UI components and utilities for Tailwind CSS in the project.

npm i flowbite

Update the tailwind.config.ts


module.exports = {
  content: [
    "./src/**/*.{html,ts}",
    "./node_modules/flowbite/**/*.js"
  ],
  theme: {
    extend: {},
  },
  plugins: [
    require('flowbite/plugin')
  ],
};

                                            

In Angular.json add the flowbite script "node_modules/flowbite/dist/flowbite.min.js"

RTL Version

To enable the RTL version, add dir="rtl" to the <html> tag in index.html files where RTL styles are applied.


	<!DOCTYPE html>
		<html lang="en" dir="rtl">
		<head>
			<meta charset="utf-8">
			<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
			<title>CRMS Admin Template</title>
		</head>
	</html>
	

Add 'layout-rtl' to the body

<body class="layout-rtl"> </body>

Additionally, some inline styles—including left, right, and margin—need to be updated

How to change Font ?


<link href="https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap" rel="stylesheet">

You can update the font family by modifying the src/index.html file.

How to change Dark Mode ?

The theme mode can be set through data-theme="dark" attribute on the page's root.

Dark mode variables can be customized in the src/tailwind.css file.


	[data-theme="dark"] {
		 .header { 
			.header-left {
				.logo {
					display: none;
				}
				.dark-logo {
					display: block;
				}
			}        
		}
	}
		

You can set the Default Theme to dark by adding 'dark' instead of 'light' in settings.service.ts file


    public themeColor: BehaviorSubject = new BehaviorSubject(
      localStorage.getItem('themeColor') || 'light'
    );
		

Typography

h1. Bootstrap heading

h2. Bootstrap heading

h3. Bootstrap heading

h4. Bootstrap heading

h5. Bootstrap heading
h6. Bootstrap heading

Support

If this documentation does not address your questions, please feel free to contact us via email at Item Support Page

We are in the GMT+5:30 time zone and typically respond to inquiries on weekdays within 12-24 hours. Please note that in rare cases, the response time may extend to 48 hours, especially during holiday seasons.

Note:

We strive to offer top-notch support, but it's only available to verified buyers and for template-related issues such as bugs and errors. Custom changes and third-party module setups are not covered.

Don't forget to Rate CRMS!
Please take a moment to rate our product on Themeforest. Your support means a lot to us. Just go to your Themeforest Profile > Downloads Tab, and you can leave a review for our script. Thank you!

License

Crms is developed by Dreams Technologies and is available under both Envato Extended & Regular License options.

Regular License

Usage by either yourself or a single client is permitted for a single end product, provided that end users are not subject to any charges.

Extended License

For use by you or one client in a single end product for which end users may be charged.

What are the main differences between the Regular License and the Extended License?

Note

If you operate as a freelancer or agency, you have the option to acquire the Extended License, which permits you to utilize the item across multiple projects on behalf of your clients.

Support

Need Support?

If this documentation does not address your questions, please feel free to contact us via email at support@dreamstechnologies.com

Reach the team at GMT+5:30. Typical reply within 12–24 hours on weekdays — rarely up to 48 hrs during holidays. Support is available to verified buyers for template-related issues.

Contact Support

Important Note : We strive to offer top-notch support, but it's only available to verified buyers and for template-related issues such as bugs and errors. Custom changes and third-party module setups are not covered.

Custom Work

Do you need a customized application for your business?

If you need a customized application for your business depends on your specific requirements and goals, Please contact us. Customization can be the key to success, ensuring your project perfectly aligns with your unique goals and requirements.

Don't Miss Out on the Benefits of Customization!

Unlock the potential of your project. It's time to ensure your project isn't another cookie-cutter solution but truly unique and effective one.

Discover how customization can make a difference in your project's success. Let's create a solution that's as unique as your vision!

We'll tailor the application to meet your specific needs and preferences.

We will upload your website to the server and ensure it is live.

thanks

Thank You

Thank you once again for downloading CRMS.
We hope you're enjoying your experience, and we kindly request that you take a moment to share your valuable review and rating with us.

Review Link