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
- Host: GitHub
- URL: https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start
- Owner: a2nt
- License: bsd-2-clause
- Created: 2019-12-10T12:57:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T16:28:51.000Z (over 5 years ago)
- Last Synced: 2025-05-29T11:54:38.939Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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