Skip to content

Commit

Permalink
script to start frontend and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mv5903 committed Feb 9, 2024
1 parent 7ae810b commit 1aa0e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
concurrently "npm run dev" "cd ./backend && npm run dev"

0 comments on commit 1aa0e7e

Please sign in to comment.