Skip to content

Latest commit

 

History

History
101 lines (63 loc) · 3.05 KB

README.md

File metadata and controls

101 lines (63 loc) · 3.05 KB

Starter theme - Build with UIkit 3

Starter theme is simple starter theme with Gulp, BrowserSync and gulp-file-incluide

Workflow

This product is built using the following widely used technologies:

  • Most advanced CSS-Framework UIKit 3
  • Productive workflow tool Gulp
  • Awesome CSS preprocessor Sass

Table of Contents

Demo

Quick start

  1. Clone this repository
  2. Make sure you have Node locally installed.
  3. Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g
  1. After installing Gulp, run npm install in the main starter-uikit3 folder to download all the project dependencies. You'll find them in the node_modules/ folder.
npm install
  1. Run gulp in the starter-uikit3/ folder to serve the project files using BrowserSync. Running gulp will compile the theme and open /index.html in your main browser.
gulp

While the gulp command is running, files in the assets/scss/, assets/js/ and components/ folders will be monitored for changes. Files from the assets/scss/ folder will generate injected CSS.

Hit CTRL+C to terminate the gulp command. This will stop the local server from running.

Theme without Sass, Gulp or Npm

If you'd like to get a version of our theme without Sass, Gulp or Npm, we've got you covered. Run the following command:

gulp build:dev

This will generate a folder html&css which will have unminified CSS, Html and Javascript.

Minified version

If you'd like to compile the code and get a minified version of the HTML and CSS just run the following Gulp command:

gulp build:dist

This will generate a folder dist which will have minified CSS, Html and Javascript.

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

  • COMING SOON

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

  • Free to use

Useful Links

Nothing to provide yet.

Social Media

Coming Soon

Big Thanks

to Themesberg helping get started with their awesome Swipe Theme