vikrantnegi / vikrantnegi-blog

My Personal website

Home Page:https://vikrantnegi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Website

Prerequisites

  • node
  • npm
  • gulp

Quick Start:

# Browse to project folder
cd /path/to/project/this/folder

# Install browserSync and other dependencies
npm install

# Start server
gulp watch

# Start server and also minify the created CSS files
gulp min or npm run min (if no global gulp)

#if you don't want to or have gulp installed globally run
npm start

Additional commands

To minify existing CSS files run gulp minify-css or npm run minify-css if you don't have gulp globally installed.

Quick Links

About

My Personal website

https://vikrantnegi.com/


Languages

Language:SCSS 72.0%Language:JavaScript 16.7%Language:HTML 11.3%