initialize.sh 333 B

123456789101112131415161718
  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. isomorphic-fetch
  13. npm run compile