From 38192d7d93254893ef0e7ec3107c022da8be499f Mon Sep 17 00:00:00 2001 From: Jibin Thomas Date: Sun, 14 Oct 2018 14:57:17 +0530 Subject: Refactor and modernize code base (#5) Fixes #3 - * Updated all the dependencies to latest version * Config files updated * Moved the files to src directory * Updated README file * Configured package.json and README.md for production build * Added gh-pages package * Added production details in README.md * Removed unnecessary script tag from index.html * Change the fonts to ubuntu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2dc5a20..e3d5061 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Web-based CIDR / netmask / IP address visualizer. Built to learn the basics of [ ## Dev ```bash -$ npm install -$ webpack-dev-server --progress --colors +$ yarn +$ yarn run start ``` ## Prod @@ -14,5 +14,5 @@ $ webpack-dev-server --progress --colors On branch `gh-pages`: ```bash -$ webpack --optimize-minimize +$ yarn run deploy ``` -- cgit v1.3.1