Skip to content
Snippets Groups Projects
Commit b92c0dc3 authored by Franz Raumschüssel's avatar Franz Raumschüssel
Browse files

package installation script added

parent 15ebadc2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@
"src/custom-theme.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": ["node_modules/bootstrap/dist/js/bootstrap.min.js"]
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
......@@ -122,5 +124,8 @@
}
}
},
"defaultProject": "mit-ws"
"defaultProject": "mit-ws",
"cli": {
"analytics": "a29f9cd6-e0fb-4edd-a344-ac652ff1a5f4"
}
}
\ No newline at end of file
This diff is collapsed.
#!/bin/bash
npm install socket.io-client
npm install @types/socket.io-client --save
npm install nodemon
npm install express@4.15.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment