Angular & Tailwind CSS Admin Dashboard Starter Kit, Free and Open Source
The project is focused on learning Tailwind CSS within the Angular framework. The project is still a work in progress and features items such as Sidebar, Dark Theme, Navbar, Footer, Auth Module, Dashboard Module, Standalone components, Angular Signals, Multi-Theme, Tests E2E, User Module, Guards, and Animations. It also provides commands for various tasks like starting the server, linting, and testing. The project utilizes packages like angular-svg-icon, apexcharts, ng-apexcharts, prettier, prettier-plugin-tailwindcss, tailwind-scrollbar, and tailwindcss.
To install the project dependencies, follow these steps:
npm install
to install all the required packages.npm start
.npm run lint
.npm run prettier
to run Prettier on the entire source folder.npm run prettier:verify
.npm run prettier:staged
.npm run e2e-ui
.The project is a practical approach to learning Tailwind CSS with Angular, incorporating essential features like sidebar, dark theme, navigation components, and modules for authentication and data visualization. It aims to provide a comprehensive understanding of these technologies through practical implementation and testing methodologies.