An example project for react-pipeline
This is a very simple example application for react-pipeline that demonstrates how to set a project up bootstrapped with babel, jsdoc, and jest that relies on react-pipeline.
To build the source code:
$ npm run build
To lint the code:
$ npm run lint
To create documentation:
$ npm run doc
To unit test:
$ npm test
To execute the pipeline:
$ npm start