Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

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

Open
pie6k opened this issue Jul 31, 2017 · 1 comment
Open

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

pie6k opened this issue Jul 31, 2017 · 1 comment

Comments

@pie6k
Copy link

pie6k commented Jul 31, 2017

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.

@Cryptophobia
Copy link

This issue was moved to teamhephy/workflow#7

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

No branches or pull requests

2 participants