0.0.0 • Published 4 years ago

component-workspace v0.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

ComponentWorkspace

This project contains CoStar Real Estate Manager libraries within the projects directory. It is setup to use Storybook for developing the components in isolation.

Currently, there is only one library. However, the setup of this project allows for multiple libraries (and applications) to coexist within the projects directory.

First Use

  • Install dependencies for the overall project: npm i
  • Install dependencies for libraries: cd projects\whatever-library && npm i
  • Run Storybook: npm run storybook

After this, you will have a browser window opened showing the Storybook UI to interact with components in the library.

See the individual project README files for details on those projects.

Publishing

Before publishing, make sure you've appropriately bumped the version in the project's package.json.

Run the script npm run build:prod, then navigate to ./dist/crem-lib/ and run the command npm publish.