An open API service indexing awesome lists of open source software.

https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start

Quick start of https://github.com/a2nt/webpack-bootstrap-ui-kit.git
https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start

Last synced: 10 months ago
JSON representation

Quick start of https://github.com/a2nt/webpack-bootstrap-ui-kit.git

Awesome Lists containing this project

README

          

# webpack-bootstrap-ui-kit-quick-start
Webpack Bootstrap 4 UI Quick Start

Quick start of https://github.com/a2nt/webpack-bootstrap-ui-kit

# Demo
https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html

## Usage
Install required modules using:
npm install

Start development server:
yarn start

Access development server at:
http://127.0.0.1:8001

Build your cropper script:
yarn build

## Directory structure
src/ - your sources

-- src/scss/_variables.scss - specific app variables

-- src/scss/_layout.scss - specific app style

-- src/html - HTML templates

-- src/js/_consts.js - app constants definitions

-- src/js/_layout.js - app events definitions

-- src/img - some example images

dist/ - compiled scipts after "yarn build"

You can open dist/index.html to see demo