0.0.2-rc.1 • Published 8 years ago
react-masonry-ui v0.0.2-rc.1
To install, run: npm i -S react-masonry-ui.
To publish, don't forget to update the package.json versioning. After that, you can run npm login followed by npm publish to distribute a new release to the world.
Steps followed to create the react component as an npm package:
npm init -yto create a new package- Add
reactandstyled-componentsaspeerDependencies - Add all the
devDependenciesrequired to create a distribution build - Add the build scripts and eslint/babel files for development
- Install
storybookglobally and rungetstorybookto installstorybookto the build for development - Add
.npmignoreand.gitignorefiles