Skip to content

mpukit/ui-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Prototype (Starter)

HTML/CSS/JS Prototype using Bootstrap 4, Webpack and Gulp 4 as a task-runner.

*Requires Gulp, Webpack and Node.


Navigate to the root directory:

cd ui-prototype

Run 'npm install' to install the required dependencies:

npm install

Run 'gulp serve' to build, serve the site up locally and start watching files:

gulp serve

Update browser support as needed in "browserslist" config in package.json, or create a separated '.browserlistrc' file: [https://github.com/browserslist/browserslist#readme]

Task List

Build

Compile and Bundle

gulp build

Serve

Compile, Bundle, Serve in local browser, watch

gulp serve

Individual Tasks

Include

Include Component Partials to Page Layouts, Inject CSS/JS Bundles

gulp include

CSS

Compile Sass, Add Prefixes, Add Sourcemaps

gulp styles

Minify CSS

Optimize/minify Stylesheets

gulp minstyles

JS

Bundle Javascript

gulp scripts

Images

Optimize Images (GIF, PNG, JPEG only)

gulp images

SVG

Optimize/minify SVG

gulp svgo

Watch

Watch files for changes, Run BrowserSync

gulp watch

About

UI Prototype Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published