Created
August 25, 2020 01:27
-
-
Save 0xC0A1/51aedd10fccb91a2af83ca7d1246c4f9 to your computer and use it in GitHub Desktop.
UI Library folders initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mkdir docs # Create folder for storybook stories | |
| $ mkdir src # Create folder for component library | |
| $ touch src/index.ts # Create entry point for component library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment