Skip to content

fchevaucher/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 20.6%
  • HTML 8.8%