Skip to content

Instantly share code, notes, and snippets.

@gdotdesign
Created October 10, 2017 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdotdesign/02bb1bf652f1cde80e48cc34830f6de5 to your computer and use it in GitHub Desktop.
Save gdotdesign/02bb1bf652f1cde80e48cc34830f6de5 to your computer and use it in GitHub Desktop.
Foreman alternative using Make
target: run_backend run_frontend
start:
make -j2
run_frontend:
cd frontend && yarn live-server
run_backend:
cd backend && rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment