0.0.5 • Published 4 years ago
controle-estoque-utils v0.0.5
My Library - Created from Create React Dependency
start the project
Using webpack with reference to folder src/dev.
npm start
// OR
yarn startbuild the project
Using babel with reference to folder src/lib.
npm build
// OR
yarn buildtest the project
Using jest with reference to folder src/lib. Is possible edit the test config in package.json.
npm test
// OR
yarn test