Skip to content

vikrantnegi/vikrantnegi-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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