Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Created February 20, 2020 16:56
Show Gist options
  • Save BindiChen/b6e5dbb4fc7336ab6f60662de82b71f2 to your computer and use it in GitHub Desktop.
Save BindiChen/b6e5dbb4fc7336ab6f60662de82b71f2 to your computer and use it in GitHub Desktop.
⇒ npm run
Lifecycle scripts included in react-app-es6-jest:
prestart
npm run build:configuration
start
concurrently "npm run start:server" "npm run start:client"
test
echo "Error: no test specified" && exit 1
available via `npm run-script`:
build:configuration
node bin/buildConfiguration.js
start:client
webpack-dev-server --config webpack.development.js
start:server
nodemon src/server/index.js --watch src/server -e js --exec babel-node
lint
eslint .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment