/frontend-101

Frontend 101 Class @Instrument

Primary LanguageJavaScript

frontend-101

Frontend 101 Class @Instrument

Middleman project for local development. Middleman brings it all together.

cd MY_PROJECT
gem install bundler       # May already be installed
bundle install --binstubs # Install Middleman and dependencies (Requires XCode Command-Line tool)

From within project directory:

bin/middleman server      # Start the preview server
bin/middleman build       # Build project to build/