CONFAB
DIRECTORY STRUCTURE
./app/ - Contains webpack skeleton
./docker-compose.yml - Ready to use docker-compose
./Makefile - List of available webpack-app commands
QUICK START
- Install docker.
- Install docker-compose.
- Add docker in sudo group, perform ALL steps except the fourth.
INSTALL
make init
COMMAND
make up/down - Up/Down docker containers
make init - Initialization and raising of the finished web project
make help - List of available make-commands