-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run locally #2
Comments
Have you entered localhost:1234 as the URL in your browser? |
yes I did, will check it tomorrow on my office computer, just to be sure the error is not caused by my local computer. |
I'm also getting the same issue after navigating to localhost:1234. |
Hey. Thank you for your fantastic work!!!
} |
I'm afraid I can't offer much help with setting up php, and I only run Linux myself. But I take the point that I should perhaps remove the php dependency. You can always save the page from your browser. This should give you a fully functioning local version that doesn't require php. |
I've just updated index.php so that it should work even if php is not installed (or not working). To run the page without php, you can rename index.php to index.html and simply open it with your browser. |
Yes. It works!!!!! |
I tested it now. Both works - with index.php (debugging working too) and with index.html. |
Hello, after "php -S localhost:1234 router.php" I get the following error message from the browser:
JS loading error: file /Users/andrea/Downloads/tpg-master/array-formula-parser-prover-modelfinder-sentree-painter-index.js not found
js is activated,
mamp is configured and running,
php is installed and running succesfully
The text was updated successfully, but these errors were encountered: