Starter template for web development projects.
Oriented for personal projects, but can be used for any other project.
This sections describes how to run the local development environment using Docker.
Note:
- This is not required option, you can run the project locally without Docker
- For this option you need to have
makeanddocker
make dev-upwill build the Docker image, run dev container and enter to the container.make dev-execenters to running container.make dev-downstops and removes the running container.