initialize.sh 310 B

1234567891011121314151617
  1. #!/bin/sh
  2. npm install --save cross-env express mongodb
  3. npm install --save-dev \
  4. babel-cli \
  5. babel-plugin-transform-object-rest-spread \
  6. babel-plugin-transform-remove-console \
  7. babel-plugin-transform-runtime \
  8. babel-preset-env \
  9. nodemon \
  10. tape \
  11. tape-promise
  12. npm run compile