Overview:
This project is created to learn more about Tailwind CSS using Angular as the framework. The author expresses excitement about Tailwind and mentions that the project is still in progress.
Features:
- Sidebar: A sidebar is included in the project.
- Dark Theme: The project supports a dark theme.
- Navbar: The project includes a navigation bar.
- Footer: A footer is included in the project.
- Auth Module: The project has an authentication module.
- Dashboard Module: A dashboard module is included in the project.
- User Module: The project has a user module.
- Guards: The project includes guards.
Installation:
To install the project, follow these steps:
- Clone the repository:
git clone {repository url}
- Install the required packages:
npm install
- Start the development server:
npm start
- Run ESLint on the project:
npm run lint
- Run Prettier on the entire src folder:
npm run prettier
For more installation commands, refer to the table in the article.
Summary:
The article introduces a project created to learn Tailwind CSS using Angular. It highlights key features of the project and provides installation instructions. The author expresses enthusiasm about Tailwind CSS and mentions that the project is still a work in progress.