12 lines
289 B
ReStructuredText
12 lines
289 B
ReStructuredText
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
|