https://github.com/cambriantech/react-cambrian-ui
Components for react front end
https://github.com/cambriantech/react-cambrian-ui
Last synced: 12 months ago
JSON representation
Components for react front end
- Host: GitHub
- URL: https://github.com/cambriantech/react-cambrian-ui
- Owner: CambrianTech
- License: mit
- Created: 2020-05-11T23:43:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T21:13:15.000Z (over 3 years ago)
- Last Synced: 2025-06-02T07:56:37.392Z (about 1 year ago)
- Language: TypeScript
- Size: 2.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-cambrian-ui
Components for react front end
Developing and testing UI locally. Within third party project, create an npm link to this one. This will replace the node module already installed.
Importantly, all development branches MUST have the same development version of react and react-dom. These projects can either sync using a script or in the case of this project be updated to "latest." Another option would be utilizing a global or a symbolic version.
https://docs.npmjs.com/cli/link.html
```
cd ~/projects/node-redis # go into the package directory
npm link # creates global link
cd ~/projects/node-bloggy # go into some other package directory.
npm link redis # link-install the package
```