Skip to content

uthsc/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevin Gonzalez: Senior Project

Viewing - Kitchen Sink Bootstrap:

  1. pull the repo down git clone git@github.com:uthsc/bootstrap.git
  2. navigate to the kitchen-sink folder
  3. click on index.html

Viewing - Foundation to Bootstrap Migration:

  1. pull the repo down git clone git@github.com:uthsc/bootstrap.git
  2. navigate to the migration folder
  3. click on index.html

Get PHP on you local machine:

Windows:

  1. Install Chocolatey - https://chocolatey.org/install
  2. Use Chocolatey to install PHP via PowerShell
  3. C:\> choco install php

MacOS

  1. Check for PHP via Terminal php -v if you don't have it proceed to step 2
  2. Install Homebrew via Terminal
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"'
  3. Install PHP via Homebrew
    $ brew install php

From your projects directory:

  1. pull the repo down git clone git@github.com:uthsc/bootstrap.git
  2. enter new directory cd bootstrap
  3. start the local web server php -S localhost:8000 -t .
  4. Open http://localhost:8000/