Skip to content

Use this as a simple structured template to start building a simple website or app .

License

Notifications You must be signed in to change notification settings

Goldmynd/gulp-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-starter-kit

Features

Gulp the task automation tool, Node.js Containing modern web development tools such as Sass a CSS pre processor, jquery a fast, small and feature-rich Javascript library, Babel and BrowserSync. Helping you to stay productive following the best practices. A solid starting point for both professionals and newcomers to the industry.

Install & Usage

Make sure you install Node.js, npm and Gulp.

Follow the steps listed below:

1. Clone repo

git clone this repo https://github.com/goldmynd/gulp-starter-kit.git

2. Go inside cloned repo

cd gulp-starter-kit

3. Install all dependencies

npm install

4. Run default gulp task (default browser window will open with live reload)

gulp

Additional Info:

Now edit index.html, sass/main.scss, and/or js/main.js file inside src directory. You can also create other .scss files and link them with index.html file or main.css file. Images can be added to the src/img folder and rendered to the dist/img folder for production.

List of npm packaged used

  • gulp
  • babel-core
  • babel-loader
  • babel-preset-es2015
  • browser-sync
  • gulp-autoprefixer
  • gulp-babel
  • gulp-concat
  • gulp-cssmin
  • gulp-imagemin
  • gulp-load-plugins
  • gulp-plumber
  • gulp-sass
  • gulp-sourcemaps
  • gulp-uglify

Thank you to all the authors of the packages listed about and thank you for visting/downloading this repo.

License

Copyright (c) 2017 Loni J. aka Goldmynd Released under the MIT license

About

Use this as a simple structured template to start building a simple website or app .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published