React components for various web applications within Red Hat.
Bootstrap 3 components built with React
Under active development - APIs will change.
For rapid development I recommend having the test-watch and docs/ start npm actions running
- Run
npm install,npm run test-watchto run tests while you develop (however this hides any build errors, you can see these withgrunt build) - In the docs directory run
npm run startto 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