[](https://app.netlify.com/sites/angular-tailwind-storybook/deploys)
npm install angular-tailwind-storybook
!Angular + Tailwind + Storybook starter template
Visit the components in live storybook here.
Follow the steps to create components and pages
1. Use this command to generate new component ng g c components/
1. Use this command to generate new page ng g c pages/
1. Put your svg icons in src/assets/svg and then npm run generate-icons.
2. This will generate an svg folder in app and give you its bindings in typescript.
3. Read @ngneat/svg-icon for more details.
---
1. Create the minimal angular project using CLI ng new , agree to add @angular/router and cd
2. Initialize Tailwind using ngneat npx ng add @ngneat/tailwind and enable JIT.
3. Now initialize storybook using npx sb@next init
---
This project was generated with Angular CLI version 12.0.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
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.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.