0.0.1 • Published 2 years ago

dk-testing-react-component v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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
0.0.1

2 years ago