From d040f971f804eddbec81f18405ef93cfb6c0d704 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Sun, 19 Nov 2017 07:17:23 +0600 Subject: [PATCH] Update README.md --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6c00f61..df76be0 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,14 @@ ## Build Setup -``` bash -#clone repo -git clone https://github.com/code4mk/webpack-react my-new-project -# install dependencies -npm install +### cli (best ) -or, +* Easy CLI tool for Mac/Windows/Linux. Just `npm i -g getreact` and run `getreact new` +* `npm run dev ` -yarn install +* build `num run build` -# serve with hot reload at localhost:8080 -npm run dev - -# build for production with minification -npm run build -``` [![code4k](https://img.shields.io/badge/Powered-By-blue.svg)]()