{"id":22021877,"url":"https://github.com/lakshitnagar/storybook","last_synced_at":"2026-04-08T18:31:44.147Z","repository":{"id":143987069,"uuid":"336992543","full_name":"Lakshitnagar/storybook","owner":"Lakshitnagar","description":"Commit tutorial for storybook in Angular","archived":false,"fork":false,"pushed_at":"2021-02-08T13:07:49.000Z","size":1846,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T10:25:20.356Z","etag":null,"topics":["angular","angular-cli","javascript","storybook","storybook-angular","typescript"],"latest_commit_sha":null,"homepage":"https://lakshitnagar.github.io/storybook/storybook-static/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lakshitnagar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-08T07:24:21.000Z","updated_at":"2021-02-08T13:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2912aed2-75ad-4e57-a38c-11effe10dbe2","html_url":"https://github.com/Lakshitnagar/storybook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lakshitnagar/storybook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakshitnagar%2Fstorybook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakshitnagar%2Fstorybook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakshitnagar%2Fstorybook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakshitnagar%2Fstorybook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lakshitnagar","download_url":"https://codeload.github.com/Lakshitnagar/storybook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakshitnagar%2Fstorybook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-cli","javascript","storybook","storybook-angular","typescript"],"created_at":"2024-11-30T06:15:44.048Z","updated_at":"2026-04-08T18:31:44.069Z","avatar_url":"https://github.com/Lakshitnagar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.chromatic.com/\"\u003e\n    \u003cimg alt=\"Chromatic\" src=\"https://avatars2.githubusercontent.com/u/24584319?s=200\u0026v=4\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  Chromatic's Intro to Storybook Angular template\n\u003c/h1\u003e\n\nThis template ships with the main Angular and Storybook configuration files you'll need to get up and running fast.\n\n## 🚅  Quick start\n\n1.  **Create the application.**\n\n    Use [degit](https://github.com/Rich-Harris/degit) to get this template.\n\n    ```shell\n    # Clone the template\n    npx degit chromaui/intro-storybook-angular-template taskbox\n    ```\n\n1.  **Install the dependencies.**\n\n    Navigate into your new site’s directory and install the necessary dependencies.\n\n    ```shell\n    # Navigate to the directory\n    cd taskbox/\n\n    # Install the dependencies\n    npm install\n    ```\n\n1.  **Open the source code and start editing!**\n\n    Open the `taskbox` directory in your code editor of choice and building your first component!\n\n1.  **Browse your stories!**\n\n    Run `npm run storybook` to see your component's stories at `http://localhost:6006`.\n\n## 🔎 What's inside?\n\nA quick look at the top-level files and directories included with this template.\n\n    .\n    ├── .storybook\n    ├── node_modules\n    ├── src\n    ├── .browserslistrc\n    ├── .editorconfig\n    ├── .gitignore\n    ├── angular.json\n    ├── babel.config.js\n    ├── LICENSE\n    ├── package-lock.json\n    ├── package.json\n    ├── tsconfig.app.json\n    ├── tsconfig.json\n    ├── tsconfig.spec.json\n    ├── tslint.json\n    └── README.md\n\n\n1.  **`.storybook`**: This directory contains Storybook's [configuration](https://storybook.js.org/docs/react/configure/overview) files.\n\n2.  **`node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages).\n\n3.  **`src`**: This directory will contain all of the code related to what you will see on your application.\n\n4.  **`.browserslistrc`**: This file will contain the information regarding which browsers will be supported when the application is built.\n\n5.  **`.editorconfig`**: This file contains the configurations for [EditorConfig](https://editorconfig.org/).\n\n6. **`.gitignore`**: This file tells git which files it should not track or maintain during the development process of your project.\n\n7.  **`angular.json`**: This file contains all the configurations required for your Angular project.\n\n8.  **`.babel.config.js`**: This file tells [babel](https://babeljs.io/) how to transpile the application's code.\n\n9. **`LICENSE`**: The template is licensed under the MIT licence.\n\n10. **`package-lock.json`**: This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(Do not change it manually).**\n\n11. **`package.json`**: Standard manifest file for Node.js projects, which typically includes project specific metadata (such as the project's name, the author among other information). It's based on this file that npm will know which packages are necessary to the project.\n\n12. **`tsconfig.app.json`**: This file contains auxiliary configurations for your Angular project.\n\n13. **`tsconfig.json`**: This file contains configurations the required configurations for TypeScript.\n\n14. **`tsconfig.spec.json`**: This is a TypeScript configuration file aimed for application testing.\n\n\n## Contribute\n\nIf you encounter an issue with the template, we encourage you to open an issue in this template's repository.\n\n## Learning Storybook\n\n1. Read our introductory tutorial at [Learn Storybook](https://www.learnstorybook.com/intro-to-storybook/angular/en/get-started/).\n2. Learn how to transform your component libraries into design systems in our [Design Systems for Developers](https://www.learnstorybook.com/design-systems-for-developers/) tutorial.\n2. See our official documentation at [Storybook](https://storybook.js.org/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshitnagar%2Fstorybook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakshitnagar%2Fstorybook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshitnagar%2Fstorybook/lists"}