Update README.md

This commit is contained in:
Tony Air 2019-12-10 20:34:26 +07:00 committed by GitHub
parent 6c09ba0f4f
commit c436d9ca51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -8,18 +8,23 @@ It's easy to extend and easy to convert HTML templates to CMS templates.
https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html
# Quick Start
Clone and setup quick start repository:
## 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
Edit files at ./src
Start development server at https://127.0.0.1:8001:
+ Edit files at ./src
## Start development server at https://127.0.0.1:8001:
yarn start
Build your files to ./dist:
## Build your files to ./dist:
yarn build
## Directory structure