0.2.0 • Published 6 years ago

cra-npm-publish-boilerplate v0.2.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

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:

1) yarn install - install all dependencies 2) yarn start - start dev server and open browser 3) yarn dist - generate a dist directory 4) npm login - authorize in your npm account 5) npm publish - publish your package, don't forget to change name in package.json file