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
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
I've got single service that needs other services to function (database etc). I wonder what is good local development workflow for working with it.
My goal is to be able to quickly restart service on every file save to be able to quickly iterate during development.
for node.js it'd be 1. stop server, 2. run node server.js again.
Right now, the only idea I have is git push deis master after every file change to see how it works together with all other local services - but it takes quite long time per iteration.
The text was updated successfully, but these errors were encountered:
I've got single service that needs other services to function (database etc). I wonder what is good local development workflow for working with it.
My goal is to be able to quickly restart service on every file save to be able to quickly iterate during development.
node server.js
again.Right now, the only idea I have is
git push deis master
after every file change to see how it works together with all other local services - but it takes quite long time per iteration.The text was updated successfully, but these errors were encountered: