npm_skeleton_package
v1.2.0
Published
Template package for publishing to npmjs.com
Downloads
5
Readme
NPM Package Skeleton
A React/Typescript app for use as a template when creating NPM packages for publication on npmjs.com.
Usage guide:
Scripts:
dev
Run React app locally to view any components/utilities used in App.js
build:lib
Compile .ts/.tsx files to JS and bundle them in the dist folder
Notes:
src/App.js and src/index.js provided for use during development. These files should be used for testing components locally in development and will not be included in compilation of library or final package.
