Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reload app on file save. aka. local development workflow #7

Open
Cryptophobia opened this issue Mar 20, 2018 · 0 comments
Open

Comments

@Cryptophobia
Copy link
Member

From @pie6k on July 31, 2017 21:53

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.

Copied from original issue: deis/workflow#844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant