This project is a final result on Tutorial: Making a React Component Library with Storybook and NPM.
npm install polished-design-system1This project is a final result on Tutorial: Making a React Component Library with Storybook and NPM.
Video Link: https://youtu.be/7Gbk4h2AYVE
In this video, you will learn:
1. How to bootstrap a project with CRA
2. How to create components and the mindset behind
3. How to host centralized global styles, fonts and icons in the library
4. How to publish it to NPM and consume from another application
1. Change the project name in package.json
2. Create an account in NPM and login from cli by running npm login
3. Run npm publish