aniats / MLH-Show-and-Tell

A small workshop on ruby and web development with the use of it (presentation included :))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ–ฅ MLH-Show-and-Tell

Small workshop on ruby and web development with the use of it

๐Ÿš€ DEVELOPMENT STEPS

Just follow the steps below to set up the development enviroment.

  1. Clone this repository by running the following command inside your terminal:
git clone https://github.com/aniats/MLH-Show-and-Tell.git
  1. Installing dependencies and running web application:
  • For a "single" scripts you just have to:

        cd small_examples
        ruby hello_world.rb
  • For a web apps:

    1. Install bundler gem, if you don't have it.
    cd triangles_web_app
    gem install bundler

    Note: If you're running scripts in UNIX you might have to add "sudo".

    sudo gem install bundler
    1. Install necessary gems
    bundle install
    1. Run server
    rerun rackup
    1. Go to http://localhost:9292/

About

A small workshop on ruby and web development with the use of it (presentation included :))


Languages

Language:HTML 61.9%Language:Ruby 38.0%Language:JavaScript 0.1%