Created
June 19, 2020 19:08
-
-
Save joer14/65f3e87963470248ace6a33aaca453af to your computer and use it in GitHub Desktop.
teamocil Curebase config - https://github.com/remi/teamocil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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