component-workspace

0.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i component-workspace

Weekly Downloads

1

Version

0.0.0

License

none

Unpacked Size

369 kB

Total Files

69

Last publish

Collaborators

  • tsmorro