Question
how to open 2 console window at the same time
my app structure is as follows:
app
- backend
- server.js (start this by doing NODEENV=production grunt)
- frontend
- server.js (start this by doing NODEENV=production grunt)
the thing is on the console window I can only run one script. So is there a way that I can have 2 (virtual) consoles that login to the same instance? Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×