/frontend-starter-kit-with-gulp

Frontend Starter Kit with Gulp for either Themeforest Projects or customizable projects.

Primary LanguageJavaScriptMIT LicenseMIT

Front End Starter Kit with Gulp

This project is an opinionated build automation for front-end web development based on Gulp, Node, NPM,Babel, Sass, and Pug.

Features

How to use

1- Clone this repository

git clone https://github.com/yasinatesim/front-end-starter-kit-with-gulp.git

2- Update the files

package.json

...
"name": "theme-name-no-space-character-please-using-dash",
"version": "1.0.0"
"documentation": "enter the online dcoumentation url",
"browserlist": "supprted browser list"
...

gulpfile.js

...
// for themeforest theme
const  isThemeforestTheme  =  false;
// if production mode is active. -> false: developement mode
const  isProduction  =  false;
// if minified file included in production
const  minifiedFileInclude  =  false;
...

3- Install the project dependencies

cd my-new-project
npm install

4- Develop awesome things

npm start

or

gulp

License

License