Angular (Version 11)
NgRx library (Version 11)
Tailwind CSS (Version 2.0)
Redux design pattern
++ Backend Server ++
Find the backend server here.
Download or clone the project:
https://github.com/Houssem-Esprit/Confledis_miniProjet.git
Install the required packages:
npm install --save or globally install: npm install -g --save
Run the Angular app:
npm run start
The app will be available on:
http://localhost:4200
Feel free to change the default port (4200) in: package.json
++ Backend ++
Make sure to download the backend server here.
npm install --save
Config Database:
Run the server app:
npm run start