https://github.com/fmontes/products-label-creator
Vanilla JavaScript app for create product labels
https://github.com/fmontes/products-label-creator
Last synced: about 1 month ago
JSON representation
Vanilla JavaScript app for create product labels
- Host: GitHub
- URL: https://github.com/fmontes/products-label-creator
- Owner: fmontes
- Created: 2019-09-10T00:11:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T09:53:48.000Z (almost 4 years ago)
- Last Synced: 2025-04-29T20:09:50.649Z (about 1 month ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Products Label Creator
Vanilla JavaScript app for create product labels.### Run it
1. Install [ParcelJS](https://parceljs.org/)
2. `npm install`
3. `npm run start`Done!