A simple quote keeper made using Drupal 10 with the support of ReactJS + TailwindCSS.
- PHP 8.x
- Composer
- Node 18.x
- Run the
composer installcommand to install thevendorpackages in order to allow Drupal to properly work. - Navigate into the
/webfolder and runnpm ito install all the React dependencies. - Run the following command to start the PHP server and play with Quoter:
php -S localhost:PORT_NUMBER .ht.router.php