0.4.1 • Published 5 years ago
@kiswa/crem-lib v0.4.1
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.