Welcome to your home assignment repository template 😄👍🏼.
This repo scaffolds a React + Storybook + Typescript project for you so you could focus on your assignment rather than everything around it.
Fork the repository to have your own copy of it, and start working 😁
Install the dependencies
npm i
Run the Storybook
npm run storybook
Now a browser tab should open with the local Storybook.
In case it doesn't - head over to http://localhost:6006
If this is the first time you're using Storybook, don't worry - here are some advices:
- Read about stories
- Take a look at our demo story in
ExampleComponent.stories.tsx
- Read more about writing stories
Our purpose with using Storybook is to be able to create an interactive component catalog for the design-system.
Keep that in mind when working on the stories.