Installation is even easier now!
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user