Run project on your local machine
We're using Taskfile
1 as task manager for running project on a local machine by default.
Run project by this command (from the root folder of your project):
task # For run both backend and frontend
task frontend-run # For run only frontend
task backend-run # For run only backend
Ansible-way¶
Yes, you can run Docker containers with your project on a local machine too!
All you have to do is define localhost
as your host in interactive console UI (CUI) or configuration file (.cgapp.yml
):
cgapp deploy
# OR
cgapp deploy --use-config