Skip to content

Latest commit

 

History

History

fullstack-starter

Fullstack Starter Project

Foundation

This boilerplate is build on Angular, Ng-Zorro-Antd and Nest.

Setup

setup_all.sh helps to set the development environment up, including:

  1. commitizen for git commit message

  2. nginx for universal gateway

  3. pm2 for develop convenience

  4. proxychains4 for proxy

./setup_all.sh

Development

Execute the dev_all.sh to develop.

./dev_all.sh

Build or Deployment

Use docker for build. Please check the DockerFile.