blob: 2dc5a200717530fb661ca85a5f4ce7c4bfcc8e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
```
|