Installation is even easier now!

This commit is contained in:
Ben Elferink
2020-12-30 15:53:33 +02:00
parent ab6817973d
commit b2ae06f7cf
4 changed files with 16 additions and 19 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "mern-application",
"version": "0.1.0",
"scripts": {
"install": "cd ./server && npm install && cd ./../client && npm install"
},
"author": "Ben Elferink",
"license": "ISC"
}