|
||
---|---|---|
assets/css | ||
bin | ||
config | ||
public | ||
src | ||
templates | ||
tools/docker | ||
.dockerignore | ||
.env | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
docker-compose.yaml | ||
package.json | ||
postcss.config.js | ||
README.rst | ||
symfony.lock | ||
tailwind.config.js | ||
yarn.lock |
Tailwind CSS Workshop ##################### Local web server ================ Run the following command to start a local web server. Going to that URL in your browser should show you the example page. .. code:: php -S 127.0.0.1:8000 -t public