Part1 -Setting up React Project with Styled Components and Storybook

Опубликовано: 29 Сентябрь 2024
на канале: akki
1,388
28

We create a timeline Component using Styled Components and Story Book and discuss why to use ether of these two frameworks. Aim is to get introduced to Creating small projects and some js concepts like barrling etc

And see what benefits Styled Components and Story book bring to table
StoryBook : https://storybook.js.org/docs/react/g...
github : https://github.com/techakki81/timeline

Commands
create-react-app
npx sb init
npm i styled-components

Command to run storybook
npm run storybook

#react #css #storybook #styledcomponents #funcwithjs