Skip to content

Instantly share code, notes, and snippets.

@joer14
Created June 19, 2020 19:08
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 joer14/65f3e87963470248ace6a33aaca453af to your computer and use it in GitHub Desktop.
Save joer14/65f3e87963470248ace6a33aaca453af to your computer and use it in GitHub Desktop.
teamocil Curebase config - https://github.com/remi/teamocil
name: curebase
windows:
- name: curebase
root: ~/work/Curebase/server
focus: true
# layout: main-vertical
layout: b51c,258x58,0,0{103x58,0,0,1,154x58,104,0[154x21,104,0,2,154x17,104,22,33,154x18,104,40,3]}
panes:
- commands:
- export NODE_ENV='development'
- code .
- git status
focus: true
# express server
- commands:
- export NODE_ENV='development'
- npm run start
# typescript compiler
- commands:
- export NODE_ENV='development'
- npx tsc --watch
# webClient server
- commands:
- export NODE_ENV='development'
- cd ~/work/Curebase/webClient
- npm run start
- name: Watchers
root: ~/work/Curebase/server
layout: even-vertical
panes:
- commands:
- export NODE_ENV='development'
- cd ~/work/Curebase/schemaflow
- npm run startWatchers
- echo 'Primary schemaflow watcher Started'
- commands:
- export NODE_ENV='development'
- cd ~/work/Curebase/webClient
- npm run startWatchers
- echo 'webClient schemaflow watcher Started'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment