Simple React Calculator With Thunk Middleware Run some command from list: Bundling in DEV environment with response to changes in config npm run webpack-config-dev Bundling in PROD environment with response to changes in config npm run webpack-config-prod Bundling in DEV environment with response to changes in code npm run start-dev Bundling in PROD environment with response to changes in code npm run start-prod Getting DEV build npm run build-dev Getting PROD build npm run build-prod Remove build npm run clean Compare js with rules of linter npm run lint Compare js with rules of linter and then fix all errors npm run lint-fix