/ruby-operators

Webpage to show interesting names of different Ruby operators.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build Status

ruby-operators

Simple app to show different Ruby operators with their funny names.

Prerequisites

  • node
  • webpack-dev-server (Install with npm install -g webpack-dev-server)
  • webpack (Install with npm install -g webpack)

Run

Run in development mode

webpack-dev-server --config webpack.config.js

Runs dev webserver at http://localhost:8080/webpack-dev-server/

Generate production build

webpack --config webpack.production.config.js

Serve project under a webserver

Contribute

Edit operators.js and send pull request.