trimurtix-components
v0.0.1
Published
User interface components of the Trimurtix platform tools for developers made in React
Downloads
25
Maintainers
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|