An open API service indexing awesome lists of open source software.

https://github.com/cododel/docker_gulp_pug_php_tailwind


https://github.com/cododel/docker_gulp_pug_php_tailwind

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# DockerCompose + Gulp + Php + Pug + Sass + PostCSS + Tailwind

- For start developing - just use `docker-compose up`

In docker compose **node** service in the **command** field available names of scripts in the package.json.
Defaults:
- `serve` - Just serve with node for pug
- `servePHP` - like **serve** but proxy to **php** container for serve rendered php
- `build` - just buld for pug
- `buildPHP` - build with php
- `clear` - clear dist
- `watch` - watch for pug files
- `watchPHP` - watch for pug and php files