Skip to content

This is a simple Website Design/Development project kick-starter for front-end developers. Automated building process by using gulp and compiling less files into css and uglifying the css and js on the fly.

Notifications You must be signed in to change notification settings

thedevbob005/project-starter

Repository files navigation

Project Starter

— Sayantan Bakshi(sbongoog@gmail.com)

Instructions

  1. Install Gulp globally first. npm install -g gulp
  2. Use Google Fonts only and edit, add to the font list in src/assets/fonts/fonts.list file.
  3. Edit the less code in styles.less. Do not remove the fonts.css import as the fonts.css generated at build time needs to be imported into the main stylesheet.
  4. Put your individual less components in src/assets/less/imports. Any less file put in the imports directory is auto imported into the src/assets/less/styles.less directory while building.

Commands:

  1. npm install — Installs gulp and other plugins
  2. gulp clearbuild — Removes build folder
  3. gulp buildproject — Removes previous builds and builds anew

About

This is a simple Website Design/Development project kick-starter for front-end developers. Automated building process by using gulp and compiling less files into css and uglifying the css and js on the fly.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published