mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
Update README.md
This commit is contained in:
parent
6c09ba0f4f
commit
c436d9ca51
13
README.md
13
README.md
@ -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
|
https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html
|
||||||
|
|
||||||
# Quick Start
|
# 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
|
git clone https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start.git
|
||||||
|
|
||||||
cd ./webpack-bootstrap-ui-kit-quick-start
|
cd ./webpack-bootstrap-ui-kit-quick-start
|
||||||
|
|
||||||
npm install
|
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
|
yarn start
|
||||||
|
|
||||||
Build your files to ./dist:
|
## Build your files to ./dist:
|
||||||
|
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
## Directory structure
|
## Directory structure
|
||||||
|
Loading…
Reference in New Issue
Block a user