You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# start the program by default it runs on port 7070
164
+
npm run start
165
+
166
+
# curl to your local this is equivalent to https://trackercli.com
167
+
curl localhost:7070
168
+
169
+
# if you want to curl https://trackercli.com/ph then append /ph to the local host
170
+
curl localhost:7070/ph
171
+
```
172
+
173
+
```bash
174
+
# run this if you want to develop the program without restarting the server manually, everytime you save the file it will restart the server automagically
175
+
npm run dev
176
+
```
140
177
141
178
## Regional Trackers
142
179
@@ -157,7 +194,6 @@ If you're facing a problem in using COVID-19 Tracker CLI please let me know by c
0 commit comments