Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 337 Bytes

DotfileTms

Requirements

⚠️ Make sure you have installed all requirements

cd dotfile-tms
make -C dev-stack certs-generate
make -C dev-stack add-hosts
make -C dev-stack start
npm install

Start apps

nx serve tms-api # start & serve API
nx serve tms-app # start & serve App