rex-react-design-kit
v0.0.3
Published
This is a react based component library
Readme
Rex React Design Kit
A react based component library.
Getting Started
- Git clone the project
- Install all dependencies with
npm install - Create your component on 'src/components' folder and register that on 'src/components/index.ts'
- Preview your component on 'src/preview/Preview.jsx'
- To Test The Component run
npm run storybookBuild The Package
To build the package run
npm run buildPublish Package
To publish the package first change the version from package.json file and then run
npm publishEnsure that you have logged in with npm registry for publishing the package.
