Skip to content

Commit

Permalink
add start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vedang8 committed Jun 9, 2024
1 parent aec2864 commit 818257a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"name": "mern-app",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "node server.js",
"client": "npm start --prefix client",
"client-build": "npm run build --prefix client"
},
"dependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"date-fns": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"express": "^4.17.1",
"mongoose": "^5.13.2",
"concurrently": "^6.2.1"
}
}

0 comments on commit 818257a

Please sign in to comment.