Quick Start
1. Requirements
Before proceeding, you need to have the latest stable node.js
Recommended environment:
- node js 20+
- npm js 10+
2. Installation
Open package folder and install its dependencies. We recommended yarn or npm.
| Script | Project Folder |
|---|---|
Install npm |
|
Install angular/cli |
|
Start |
|
Build |
|
3. Color Themes
By default, NiceAdmin applies the default theme using the activeTheme attribute to define the skin option. You can modify it or add your custom skin as needed in config.ts.
By Default we are giving 6 color themes :
Green_Theme
Yellow_Theme
Violet_Theme
Blue_Theme
Teal_Theme
Lavender_Theme
activeTheme: 'green_theme',
4. Theming
NiceAdmin offers both light and dark style options, with the light style set as the default.
By Default we are giving 2 color themes, you just need to change attribute of theme in config.ts file :
light
dark
theme: 'dark',
5. RTL Supported
NiceAdmin comes with built-in RTL support by default.
To enable RTL direction, add dir="rtl" attribute in config.ts.
ltr
rtl
dir: 'rtl',