controle-estoque-utils
v0.0.5
Published
Compartilhar os utilitários do sistema de controle de estoque
Downloads
16
Readme
My Library - Created from Create React Dependency
start the project
Using webpack with reference to folder src/dev
.
npm start
// OR
yarn start
build the project
Using babel with reference to folder src/lib
.
npm build
// OR
yarn build
test the project
Using jest with reference to folder src/lib
. Is possible edit the test config in package.json
.
npm test
// OR
yarn test