- pull the repo down
git clone git@github.com:uthsc/bootstrap.git
- navigate to the kitchen-sink folder
- click on index.html
- Updates will be posted on: http://exotic-pin.surge.sh/
- pull the repo down
git clone git@github.com:uthsc/bootstrap.git
- navigate to the migration folder
- click on index.html
- Updates will be posted on: http://exotic-test.surge.sh/
Windows:
- Install Chocolatey - https://chocolatey.org/install
- Use Chocolatey to install PHP via PowerShell
C:\> choco install php
MacOS
- Check for PHP via Terminal
php -v
if you don't have it proceed to step 2 - Install Homebrew via Terminal
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"'
- Install PHP via Homebrew
$ brew install php
- pull the repo down
git clone git@github.com:uthsc/bootstrap.git
- enter new directory
cd bootstrap
- start the local web server
php -S localhost:8000 -t .
- Open http://localhost:8000/