chingu-voyages / v8-geckos-team-07

Habit-Tracker | Voyage-8 | https://chingu.io/
https://habit-tracker-gecko.herokuapp.com/
4 stars 4 forks source link

Feature/add concurrently #38

Closed paulywill closed 5 years ago

paulywill commented 5 years ago

Was always forget to start client and server locally when testing.

concurrently allows you to setup an automated command to start both the client and server at the same time.

EDIT:

This actually took me a little while to troubleshoot on my MBP (maybe others will not have issues).

npm install concurrently --save brew upgrade && brew update npm update npm -g rm -rf node_modules rm package-lock.json npm install