Skip to content

CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.

License

Notifications You must be signed in to change notification settings

coreui/coreui-react

Repository files navigation

@coreui/react v2

npm package npm next NPM downloads Travis Coveralls

@coreui/react v2 🚧

  • work in progress ⚠️
  • bootstrapped with nwb toolkit

npm run scripts

package.json is configured with "scripts" we can use with npm run while developing the project.

Command Description
npm start start a development server for the demo app
npm test run tests
npm run test:coverage run tests and produce a code coverage report in coverage/
npm run test:watch start a test server and re-run tests on every change
npm run build prepare for publishing to npm
npm run clean delete built resources

see also: