A comprehensive ESG (Environmental, Social, and Governance) application built with Angular, featuring a complete translation system and modern UI/UX design.
GitHub Pages: https://daiyaanahmed1.github.io/ESG-APP-main/
Note: If you see a 404 error, please check the GitHub Actions tab to ensure deployment is complete.
# Clone the repository
git clone https://github.com/DaiyaanAhmed1/ESG-APP-main.git
# Navigate to the project directory
cd ESG-APP-main
# Install dependencies
npm install
# Start the development server
npm start
# Build for production
npm run build
# Build for development
npm run build --configuration=development
This application is automatically deployed to GitHub Pages when changes are pushed to the master
branch.
npm run build
dist/esg-app/browser/
src/
├── app/
│ ├── components/ # Reusable UI components
│ ├── services/ # Application services
│ ├── marketing-head/ # Marketing Head role components
│ ├── social-dashboard/ # Social Manager components
│ └── ... # Other role components
├── assets/
│ └── i18n/ # Translation files
└── styles.scss # Global styles
This project is part of the ESG application suite.
Built with ❤️ using Angular