/RKfrontstarterkit

:metal: :package: ✪ Starter kit for front-end development. (gulp 3+pug+sass+babel+browserify+es6+browser-sync)

Primary LanguageCSSMIT LicenseMIT

RKfrontstarterkit

 

POWERED BY

N|Solid

Front-End Development Starter Kit Used By RadKod Freelance Team.

  • Gulp 3
  • Pug
  • Sass (.scss)
    • General Class Management
    • Extra Class Management
    • Icon - Fonts Management
    • Browser Hack
  • Babel 8
  • Browserify
  • ES6
  • Browser Sync (Live Reload)
  • Bootstrap 4
  • Animate.css
  • Lazy Load Image
  • Wow.js animated elements
  • Swiper
  • Trunk8 (cut text)
  • Fastclick
  • Material Icons (zmdi)
  • Font Awesome 4.7
  • Ion Icons v2
  • demo image assets

     


Installation

Git clone.

$ git clone https://github.com/RadKod/RKfrontstarterkit.git

 

RKfrontstarterkit requires Node.js (recommend v8 or higher) + npm + gulp (for development mode.) to run.

Install the package.json and start the server.

$ cd RKfrontstarterkit
$ npm install gulp-cli -g
$ npm run setup
$ npm run dev (# Just type this to run it again later. #)

Verify the deployment by navigating to your server address in your preferred browser. (:3000 default port for browser-sync)

127.0.0.1:3000
or
localhost:3000

START/DEV

$ npm run start

CLEAN

$ npm run clean

CLEAN & BUILD

$ npm run build
LICENSE : MIT