Find a file
2021-02-18 21:19:13 +00:00
assets/css Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00
bin Initial commit 2021-02-18 21:19:12 +00:00
config Initial commit 2021-02-18 21:19:12 +00:00
public Initial commit 2021-02-18 21:19:12 +00:00
src Initial commit 2021-02-18 21:19:12 +00:00
templates Task 3 - Add navbar classes 2021-02-18 21:19:13 +00:00
tools/docker Add local environment with Docker Compose 2021-02-18 21:19:13 +00:00
.dockerignore Add local environment with Docker Compose 2021-02-18 21:19:13 +00:00
.env Initial commit 2021-02-18 21:19:12 +00:00
.gitignore Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00
composer.json Initial commit 2021-02-18 21:19:12 +00:00
composer.lock Initial commit 2021-02-18 21:19:12 +00:00
docker-compose.yaml Add local environment with Docker Compose 2021-02-18 21:19:13 +00:00
package.json Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00
postcss.config.js Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00
README.rst Initial commit 2021-02-18 21:19:12 +00:00
symfony.lock Initial commit 2021-02-18 21:19:12 +00:00
tailwind.config.js Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00
yarn.lock Task 1 - Add Tailwind CSS 2021-02-18 21:19:13 +00:00

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