https://github.com/aadilhasan/react-typescript-library-boilerplate
A boilerplate code for building react+typescript library using webpack
https://github.com/aadilhasan/react-typescript-library-boilerplate
Last synced: 3 months ago
JSON representation
A boilerplate code for building react+typescript library using webpack
- Host: GitHub
- URL: https://github.com/aadilhasan/react-typescript-library-boilerplate
- Owner: aadilhasan
- Created: 2020-04-25T22:38:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:24:55.000Z (over 2 years ago)
- Last Synced: 2025-01-16T10:55:49.612Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-library-boilerplate
- In production in generates minified exportable module (`yarn build`)
- In dev it generates browser runnable code and watched for changes (`yarn start`).