This boilerplate is build on Angular, Ng-Zorro-Antd and Nest.
setup_all.sh
helps to set the development environment up, including:
-
commitizen for git commit message
-
nginx for universal gateway
-
pm2 for develop convenience
-
proxychains4 for proxy
./setup_all.sh
Execute the dev_all.sh
to develop.
./dev_all.sh
Use docker for build. Please check the DockerFile.