- Item Name : CRMS - Sales, CRM, Accounts Admin Bootstrap Template (HTML + Laravel + Vue + React + Angular + Nodejs + Framework7)
- Published: 06 August 2020
- Item Version : v2.2.7
- Author : Dreams Technologies
- Support via email: [email protected]
- Support via ThemeForest: Take me there
CRMS - Sales, CRM, Accounts Admin Bootstrap Template
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.
Angular 20.1.4
Bootstrap 5.3.7
Style with SASS
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
Developer Friendly
And Many More...
-
TEMPLATE
-
public
- assets
- favicon.png
-
src
- index.html
- main.ts
- style.scss
- .editorconfig
- angular.json
- browserslistrc
- karma.conf.js
- package.json
- package-lock.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- tsconfig.json
-
public
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.0Angular-cli :
You can install angular-cli by executing from your command windownpm 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 thedist/
directory. Use the--prod
flag for a production build.