As a quite new frontend developer, i'm used to build a project from the ground up, but that's not how things work in a real work environment. That's why i decided to learn Storybook, a awesome tool that help us fronties build, test and validate ui components in isolation, which really makes the job easier. As a real world tool, i believe that the knowledge i acquired now will help me a lot in the future.
Take a look at the hosted project here, i'm updating it constantly.
Here's what i learned:
- What is and how to use Storybook
- Use Chromatic to deploy Storybook
This project is built with the following technologies:
To get a local copy of this project up and running follow these simple example steps:
This is an example of how to list things you need to use the software and how to install them.
-
Clone the repo
git clone <https://github.com/miguelsndc/browk-ui-kit.git>
-
Install NPM packages
npm install // yarn
-
Start the project
npm run storybook // yarn storybook
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Miguel Nogueira - Linkedin - mglsndc@gmail.com
Project Link: Live Project Here