From 6c09ba0f4fb095911f21e60f583657bd812f0c57 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 10 Dec 2019 20:32:06 +0700 Subject: [PATCH] README update --- README.md | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6b57df..60b6497 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,19 @@ It's easy to extend and easy to convert HTML templates to CMS templates. # Demo https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html -## Usage -Install required modules using: +# Quick Start +Clone and setup quick start repository: + +git clone https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start.git +cd ./webpack-bootstrap-ui-kit-quick-start npm install -Start development server: +Edit files at ./src + +Start development server at https://127.0.0.1:8001: yarn start -Access development server at: -http://127.0.0.1:8001 - -Build your cropper script: +Build your files to ./dist: yarn build ## Directory structure diff --git a/package.json b/package.json index a33b06a..42f3175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", - "version": "1.1.7", + "version": "1.2", "author": "Tony Air ", "license": "MIT", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",