Migrating to express.js project

This commit is contained in:
2022-11-01 22:00:38 -04:00
parent e5c7bdedc1
commit 53e0a557a3
14 changed files with 1045 additions and 1551 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
# start a local instance of the app using PHP's built-in webserver
php -S localhost:8080 -t public/ public/index.php