Skip to content

Commit 2d7b710

Browse files
committedSep 17, 2022
📝 Ajout du readme
1 parent c39a010 commit 2d7b710

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed
 

‎README.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1-
# NgrxApp
1+
# Cosna Admin Cpanel
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.5.
3+
🚀 Admin panel boilerplate to quickly scaffold any large scale enterprise application for Angular. Built with the Tailwind, fully customizable and developer-first.
4+
This project use ANgular 13+
45

5-
## Development server
6+
### ⏳ Installation
67

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
8+
Clone the repo locally:
9+
```bash
10+
git clone https://gitlab.com/i2658/cosna-afrique/boilerplate/cpanel.angular.git cpanel.angular && cd cpanel.angular
11+
```
812

9-
## Code scaffolding
13+
Install NPM dependencies:
14+
```bash
15+
npm i
16+
```
1017

11-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18+
Setup configuration:
19+
```bash
20+
cp .env.example .env
21+
```
1222

13-
## Build
23+
### 🖐 Requirements
1424

15-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
25+
**Node:**
1626

17-
## Running unit tests
27+
- NodeJS >= 14 <= 18
28+
- NPM >= 6.x
1829

19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
30+
### Features
2031

21-
## Running end-to-end tests
22-
23-
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
24-
25-
## Further help
26-
27-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
32+
- **Modern Admin Panel:** Elegant, entirely customizable and a fully extensible admin panel.
33+
- **Secure by default:** Roles, Guard and more.
34+
- **Authentication Module:** All authentication features enabled (Login, Reset Password, Forgot Password, Logout).
35+
- **Shared module:** All reusabled customize components.
36+
- **Theme module:** Theme management with Auth and Cpanel Layout.

0 commit comments

Comments
 (0)