DenysShchypt / Template-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authorization with SSH on GitHub git init git remote add origin "your link HSS" git remote -v git add . git commit -m " git push origin master

create new branch git checkout -b feat/newBranches git checkout -b bugFix/newBranches

NestJS new modules nest g module name-module nest g controller name-controller --no-spec nest g service name-service --no-spec

Docker docker-compose up

About


Languages

Language:TypeScript 74.2%Language:HTML 13.9%Language:JavaScript 7.1%Language:Dockerfile 4.8%