controle-estoque-recursos-compartilhados
v1.62.0
Published
Compartilhar recursos do sistema de controle de estoque
Downloads
51
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