Find a file
2021-02-18 21:19:12 +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 Initial commit 2021-02-18 21:19:12 +00:00
.env Initial commit 2021-02-18 21:19:12 +00:00
.gitignore Initial commit 2021-02-18 21:19:12 +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
package.json Initial commit 2021-02-18 21:19:12 +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
yarn.lock Initial commit 2021-02-18 21:19:12 +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