This is a React components project, which based on React 18 and Webpack 5.
Gihub pages demo => https://ganpatkakar.github.io/React-Widgets/
Chromatic Demo => https://655b5a1a3c5f50dbe1c68b9a-vvahymaidl.chromatic.com/
After cloning this project. You need to run below commands.
Install the node modules - yarn
Bundle the project - yarn build
If you want to check the preview. Simply run the below command.
Open dev server - yarn dev
Then open the URL on your browser. (http://localhost:8080/)
In case you want to check the storybook for all the components Run
yarn storybook