Created
February 20, 2020 16:56
-
-
Save BindiChen/b6e5dbb4fc7336ab6f60662de82b71f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⇒ 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