@dollarshaveclub/react-scripts

v4.0.0-rc.5
Dollar Shave Club's React Scripts 💈
react-scripts

test

npm run test:jsdom

build

npx webpack --config webpack.production.js

start

WEBPACK_DEV_SERVER=1 node server

eslint

eslint . --fix --cache

tslint

tslint 'src/**/*.tsx' --fix

eslint:ci

eslint .

tslint:ci

tslint 'src/**/*.tsx'

test:jsdom

jest --config jest.jsdom.json

update-tag

update-tag.js

build-watch

WEBPACK_WATCH=1 npx webpack --config webpack.production.js --silent --watch

start:dev-server

WEBPACK_DEV_SERVER=1 npx webpack-dev-server --config webpack.development.js --hide-modules --hot --port 3524
npm i @dollarshaveclub/[email protected]

Metadata

  • MIT
  • >= 10
  • dollarshaveclub-engineering
  • released 1/14/2019

Downloads