Skip to content

Instantly share code, notes, and snippets.

@ShawonAshraf
Created May 12, 2020 22:27
Show Gist options
  • Select an option

  • Save ShawonAshraf/8172df0c81d72f275b4a2d8a79ec41fa to your computer and use it in GitHub Desktop.

Select an option

Save ShawonAshraf/8172df0c81d72f275b4a2d8a79ec41fa to your computer and use it in GitHub Desktop.
node-express-docker-medium
"scripts": {
"start": "npm run build && node build/server.js",
"build": "npm run clean && npm run babel-build",
"clean": "rimraf ./build",
"babel-build": "./node_modules/.bin/babel src/ --out-dir build/ --ignore ./node_modules/,./babelrc,./package.json,./package-lock.json,./npm-debug.log --copy-files",
"eslint-init": "./node_modules/.bin/eslint --init",
"test": "echo \"Error: no test specified\" && exit 1"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment