Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1018 Bytes

File metadata and controls

24 lines (14 loc) · 1018 Bytes

react-redhat

React components for various web applications within Red Hat.

Bootstrap 3 components built with React

Under active development - APIs will change.

Authors

Related modules

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
  • Add tests for any new or changed functionality
  • Follow existing style