Skip to content
Snippets Groups Projects
Commit 89c9d9a4 authored by Humaid Mustajab's avatar Humaid Mustajab
Browse files

update

parent 98616cff
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,13 @@ cd ./back-end && npm install && cd ../front-end && npm install ...@@ -18,11 +18,13 @@ cd ./back-end && npm install && cd ../front-end && npm install
Run the Tracker Run the Tracker
Mac/Linux```bash Mac/Linux
```bash
cd ./back-end && concurrently \"npm run server\" \"npm run client\" cd ./back-end && concurrently \"npm run server\" \"npm run client\"
``` ```
Windows```bash Windows
```bash
cd ./back-end && concurrently "npm run server" "npm run client" cd ./back-end && concurrently "npm run server" "npm run client"
``` ```
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment