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 |