Segmented progress tracker component for react
npm install @jexo/progress-trackeryarn
yarn start
yarn test
yarn build
npm install -S ../react-npm-component-boilerplate Note the relative path
./workspace/
MyProject
react-npm-boilerplate
`
Extra
Adjust your .eslintrc config file to your own preference.
NPM equivalent
yarn | npm
---- | ---
yarn | npm install
yarn test | npm run test
yarn build | npm run build`