cra-npm-publish-boilerplate
v0.2.0
Published
This is just a boilerplate to develop and publish npm package comfortably.
Downloads
4
Readme
cra-npm-publish-boilerplate
This is just a boilerplate to develop and publish npm package comfortably.
- Attention: Your component for npm publishing is in 'forPublishing' directory.
How to use:
yarn install
- install all dependenciesyarn start
- start dev server and open browseryarn dist
- generate a dist directorynpm login
- authorize in your npm accountnpm publish
- publish your package, don't forget to change name in package.json file