opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Need a way to use one line of command to start node related processes. #84

Closed yizongk closed 4 years ago

yizongk commented 4 years ago

Currently you need to go into client/src/ and server/src/ and do npm start on both directory separately and have it run at the same time. But it would make dev process much faster and efficient with just one line of code that starts both process, and end both process neatly. One possible way is to track the job id that is generated and on exit, kill all the job id.

yizongk commented 4 years ago

Fixed by #94

The one liner option can be achieved by using

docker-compose up