https://github.com/redhataccess/react-redhat
https://github.com/redhataccess/react-redhat
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhataccess/react-redhat
- Owner: redhataccess
- License: other
- Created: 2014-12-18T23:31:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T12:20:59.000Z (over 11 years ago)
- Last Synced: 2024-10-30T18:31:00.606Z (over 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redhat
React components for various web applications within Red Hat.
[Bootstrap 3](http://getbootstrap.com) components built with [React](http://facebook.github.io/react/)
Under active development - APIs will change.
## Authors
- [Samuel Mendenhall](https://github.com/engineersamuel)
## Related modules
- [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap)
## Contributions
For rapid development I recommend having the test-watch and docs/ start npm actions running
- Run `npm install`, `npm run test-watch` to run tests while you develop (however this hides any build errors, you can see these with `grunt build`)
- In the docs directory run `npm run start` to run the components site which will be reloaded whenver the react-redhat code changes. This will help in visually verifying behavior. You can locally see changes @ [http://localhost:4000/components.html](http://localhost:4000/components.html)
- Add tests for any new or changed functionality
- Follow existing style