# cidr.xyz Web-based CIDR / netmask / IP address visualizer. Built to learn the basics of [React](https://facebook.github.io/react/) and [Webpack](https://webpack.github.io/docs/). ## Dev ```bash $ npm install $ webpack-dev-server --progress --colors ``` ## Prod On branch `gh-pages`: ```bash $ webpack --optimize-minimize ```