https://github.com/junip/uidesignsdaily
UI designs (React Based Components)
https://github.com/junip/uidesignsdaily
dailydesigns react-compoent react-component ui-daily uidesignsdaily
Last synced: 2 months ago
JSON representation
UI designs (React Based Components)
- Host: GitHub
- URL: https://github.com/junip/uidesignsdaily
- Owner: junip
- License: mit
- Created: 2020-05-01T13:47:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T19:05:38.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T09:32:41.654Z (over 1 year ago)
- Topics: dailydesigns, react-compoent, react-component, ui-daily, uidesignsdaily
- Language: CSS
- Homepage: https://uidesignsdaily.now.sh
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uidesignsdaily
Collections of React based components (designs are from https://uidesigndaily.com/).
## Setup
You are required to have node js installed
- Install Dependecies
```
npm install
```
- Run Locally
```
npm run dev
```
- You can clear the cache folder by using the command
```
npm run remove-cache
```
```
#For Production Builds
npm run build
```
## Contribution
Your Contribution is most welcome. You can add your own designs components.
## LICENCE
MIT