Last active
January 30, 2020 16:58
-
-
Save faresd/d5b2354a5f70aa928ae668c8fd17f8cc to your computer and use it in GitHub Desktop.
Run Prismic PHP Website starter on windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install XAMPP | |
https://www.apachefriends.org/index.html | |
install composer | |
https://getcomposer.org/download/ | |
run composer in project root | |
php composer.phar install | |
Add composer to Environment Variable | |
https://stackoverflow.com/a/43051862/6007376 | |
Run the application in Windows PowerShell | |
cd /public | |
php -S localhost:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment