All Projects → yasinatesim → frontend-starter-kit-with-gulp

yasinatesim / frontend-starter-kit-with-gulp

Licence: MIT license
Frontend Starter Kit with Gulp for either Themeforest Projects or customizable projects.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to frontend-starter-kit-with-gulp

Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-61.76%)
Mutual labels:  gulp, front-end, frontend-web, pug, starter-kit, front-end-development
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (-17.65%)
Mutual labels:  gulp, front-end, front-end-development
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+7014.71%)
Mutual labels:  gulp, front-end, front-end-development
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: ✭ 109 (+220.59%)
Mutual labels:  front-end, frontend-web, front-end-development
bootstrap-gulp-starter-template
Bootstrap 4 + Gulp 4 + Panini for improve front-end development workflow
Stars: ✭ 67 (+97.06%)
Mutual labels:  gulp, front-end, front-end-development
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+570.59%)
Mutual labels:  gulp, pug, starter-kit
web-generator
👑 Gulp based task runner which creates HTML output from Pug HTML templates
Stars: ✭ 13 (-61.76%)
Mutual labels:  gulp, minify, pug
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+1600%)
Mutual labels:  gulp, pug, starter-kit
Front End Tooling Recipes
Collection of pre-configured front-end tooling setups for common uses.
Stars: ✭ 176 (+417.65%)
Mutual labels:  gulp, front-end
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (+608.82%)
Mutual labels:  gulp, front-end
webpack-json-access-optimizer
Webpack plugin to tree-shake and minify JSON modules
Stars: ✭ 34 (+0%)
Mutual labels:  minify, optimize
composer-asset-compiler
Composer plugin that installs dependencies and compiles assets based on configuration.
Stars: ✭ 19 (-44.12%)
Mutual labels:  front-end, front-end-development
Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (+379.41%)
Mutual labels:  gulp, starter-kit
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-38.24%)
Mutual labels:  gulp, starter-kit
balm
🃏 An universal Front-End workflow for webapps
Stars: ✭ 26 (-23.53%)
Mutual labels:  gulp, front-end
sseeeedd
Seed for front-end culture :)
Stars: ✭ 15 (-55.88%)
Mutual labels:  gulp, starter-kit
Compile Hero
🔰Visual Studio Code Extension For Compiling Language
Stars: ✭ 169 (+397.06%)
Mutual labels:  gulp, pug
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+0%)
Mutual labels:  gulp, starter-kit
frontend-tips
Super tiny, quick tips, tricks and best practices of front-end development
Stars: ✭ 511 (+1402.94%)
Mutual labels:  front-end, front-end-development
ta-gallery
You can use the light-weight, responsive and mobile first gallery, carousel, slide show or rotator for images, texts and every kind of content.
Stars: ✭ 87 (+155.88%)
Mutual labels:  front-end, front-end-development

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].