React Component Library Itsector Workshop
Explore the Wiki »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Project created for a presentation about Design Systems, Storybook and creating of a react component library.
- This Project contains two sub-projects one regarding the storybook and the component library itself, where you maintain and change the components locally and where finally you can update the npm version;
- The other application is mainly used to update the npm version and see the changes live.
Have the latest LTS npm version installed on your machine from this website.
- Clone the repository
git clone https://github.com/AlexandreFPGoncalves/react-component-library-itsector-workshop.git
- Navigate into the companyLibrary folder
cd .\ComponentLibrary\
- Install NPM packages
npm install
- Run Storybook
npm run storybook
- Navigate into the companyLibrary folder
cd .\MockApplication\
- Install NPM packages
npm install
- Run application
npm run dev
-
React Component Library ItSector Workshop | Main package especially created for this workshop.
-
Phosphor-react | Phosphor is a flexible icon family for interfaces, diagrams, presentations, etc.
Distributed under the MIT License. See LICENSE.txt
for more information.
Alexandre Gonçalves | Linkedin | [email protected]
Project Link: AlexandreFPGoncalves/react-component-library-itsector-workshop
Thanks to Humberto Vieira who presented this workshop with me last monday [07/11/2022] for all the help he provided and the memory we both created that day.