Using webpack with reference to folder src/dev
.
npm start
// OR
yarn start
Using babel with reference to folder src/lib
.
npm build
// OR
yarn build
Using webpack with reference to folder src/dev
.
npm build:app
// OR
yarn build:app
Using jest with reference to folder src/lib
. Is possible edit the test config in package.json
.
npm test
// OR
yarn test
Download stats for this NPM package
Create React Dependency is open source software licensed as MIT.