Skip to content

Development Workflow

Rob Weir edited this page Dec 3, 2015 · 1 revision

Local Dev Environment (Mac OS)

Tutorial https://vimeo.com/146347650


Starting your server

  1. CMD+Spacebar
  2. Type "Terminal"
  3. Go to Finder
  4. Navigate to your project
  5. Go back to Terminal and type cd (with a space)
  6. Drag your project folder (example: mylife-mytown) to Terminal
  7. Press enter
  8. Type cd ..
  9. Press enter
  10. Type python -m SimpleHTTPServer

(Output as you browse different pages is totally normal).

Viewing in Chrome/Safari/Firefox

  1. Go to localhost:8000

Shutting down your server

  1. Go to Terminal
  2. Press control+c

Clone this wiki locally