react-dependency-scripts

1.0.6 • Public • Published

React Dependency Scripts

npm version

Start the development application

Using webpack with reference to folder src/dev.

npm start
// OR
yarn start

Build the library

Using babel with reference to folder src/lib.

npm build
// OR
yarn build

Build the development application

Using webpack with reference to folder src/dev.

npm build:app
// OR
yarn build:app

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

NPM Statistics

Download stats for this NPM package

NPM

License

Create React Dependency is open source software licensed as MIT.

Package Sidebar

Install

npm i react-dependency-scripts

Weekly Downloads

15

Version

1.0.6

License

MIT

Unpacked Size

15.1 kB

Total Files

17

Last publish

Collaborators

  • andrelmlins