trimurtix-components

User interface components of the Trimurtix platform tools for developers made in React

Usage no npm install needed!

<script type="module">
  import trimurtixComponents from 'https://cdn.skypack.dev/trimurtix-components';
</script>

README

Trimurtix Components

Quick Start

$ git clone https://github.com/trimurtix/components.git
$ cd components
$ npm install
$ npm start

NPM Commands

Command Description
npm start Start webpack development server @ localhost:3000
npm run build Build production bundles to ./build directory
npm run lint Lint the application using eslint
npm run server Start express server @ localhost:3000 to serve built artifacts from ./build directory
npm test Run tests and generate coverage report to ./coverage directory
npm run test:watch Run tests; watch for changes and re-run tests