Find a file
2020-12-26 22:43:56 +00:00
bin Initial commit 2020-12-26 22:20:18 +00:00
config Initial commit 2020-12-26 22:20:18 +00:00
public Initial commit 2020-12-26 22:20:18 +00:00
src Add the Home page 2020-12-26 22:43:56 +00:00
templates Add the Home page 2020-12-26 22:43:56 +00:00
.env Initial commit 2020-12-26 22:20:18 +00:00
.gitignore Initial commit 2020-12-26 22:20:18 +00:00
composer.json Initial commit 2020-12-26 22:20:18 +00:00
composer.lock Initial commit 2020-12-26 22:20:18 +00:00
README.rst Add README.rst 2020-12-26 22:20:19 +00:00
symfony.lock Initial commit 2020-12-26 22:20:18 +00:00

Florida DrupalCamp 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