Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create init functionality to set up Storybook structure #10

Open
haldunanil opened this issue Feb 19, 2019 · 0 comments
Open

Create init functionality to set up Storybook structure #10

haldunanil opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@haldunanil
Copy link
Contributor

haldunanil commented Feb 19, 2019

Possibly outsource this to cookiecutter?

Directory structure:

  • /.storybook
    • addons.js/ts
    • config.js/ts
    • webpack.config.js/ts
  • /src
    • @ types
      • markdown
        • index.d.ts
    • /components
    • /styles
    • /util
      • index.js/ts
    • index.js/ts
    • index.stories.js/ts
  • /tests
    • .eslintrc
    • jest.setup.js/ts
    • jest.transform.js/ts
  • .gitignore
  • README.md
  • CONTRIBUTING.md
  • rollup.config.js
  • tsconfig.json
  • tsconfig.test.json
  • tslint.json
  • package.json
@haldunanil haldunanil added the enhancement New feature or request label Jun 20, 2019
@haldunanil haldunanil self-assigned this Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant