react-dependency-scripts
v1.0.6
Published
Scripts of react libraries
Readme
React Dependency Scripts
Start the development application
Using webpack with reference to folder src/dev.
npm start
// OR
yarn startBuild the library
Using babel with reference to folder src/lib.
npm build
// OR
yarn buildBuild the development application
Using webpack with reference to folder src/dev.
npm build:app
// OR
yarn build:appTest the project
Using jest with reference to folder src/lib. Is possible edit the test config in package.json.
npm test
// OR
yarn testNPM Statistics
Download stats for this NPM package
License
Create React Dependency is open source software licensed as MIT.

