/confab

Primary LanguageSCSS

CONFAB


DIRECTORY STRUCTURE

                ./app/ - Contains webpack skeleton
  ./docker-compose.yml - Ready to use docker-compose
            ./Makefile - List of available webpack-app commands

QUICK START

  1. Install docker.
  2. Install docker-compose.
  3. 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