This dupper template repository is for Mean Stack + Sync development environment (devenv).
This template install Mean Stack and Sync. You can start mean stack with sync using below commands:
dupper dup --template-from=https://github.com/athakwani/mean-sync https://github.com/linnovate/mean
dupper exec mean sync DIR
- start - Starts mean stack
Usage:
dupper exec mean start
- stop - Stops mean stack
Usage:
dupper exec mean stop
- debug - Start node debugger
Usage:
dupper exec mean debug
- logs - Display gulp output
Usage:
dupper exec mean logs
- sync - Sync mean stack code
Usage:
dupper exec mean sync DIR