woovly-react-ui-components
v0.0.26
Published
Reusable React UI components for Woovly India Pvt Ltd
Downloads
9
Readme
Local Setup
- Clone the repository
git clone <repo_name>
- Install dependencies
npm install
- Build Dist
npm run build
- Run Example App
cd www
npm install
npm start
- Reload Project and Build New Dist
npm run reload
- Run Docs Project
cd docs
npm install
npm start