Skip to content

mirzatcta/ruby-operators

 
 

Repository files navigation

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.

About

Webpage to show interesting names of different Ruby operators.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.9%
  • CSS 17.6%
  • HTML 7.5%