@lenfromkits/template-react-library
v1.0.3
Published
Len Notes:
Readme
Len Notes:
- get code
- in root folder:
- npm install
- npm run build
- cd playground
- npm install
- $env:NODE_OPTIONS="--openssl-legacy-provider"
- npm start
It then displays in the react app in the playground folder, in the browser.
to deploy to npm:
- npm run build
- npm login (while in root folder?)
- npm publish --access public
