All Projects → onedevstudio → starter-kit

onedevstudio / starter-kit

Licence: MIT license
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS

Programming Languages

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

Projects that are alternatives of or similar to starter-kit

Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+2652.38%)
Mutual labels:  gulp, postcss, starter, starter-kit
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+61.9%)
Mutual labels:  gulp, starter, starter-kit, gulp4
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-38.1%)
Mutual labels:  stylelint, postcss, starter-kit
nextjs-landing-starter
Build your landing site based on Next.JS in minutes 🚀
Stars: ✭ 59 (+180.95%)
Mutual labels:  postcss, starter, starter-kit
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (+2447.62%)
Mutual labels:  postcss, starter, starter-kit
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (+14.29%)
Mutual labels:  stylelint, gulp, postcss
Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-38.1%)
Mutual labels:  gulp, starter-kit, gulp4
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+1514.29%)
Mutual labels:  gulp, starter, starter-kit
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+7676.19%)
Mutual labels:  stylelint, postcss, starter-kit
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (+42.86%)
Mutual labels:  gulp, starter, starter-kit
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+23.81%)
Mutual labels:  gulp, starter, starter-kit
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+985.71%)
Mutual labels:  gulp, starter, starter-kit
bootstrap-shopify-theme
🛍 A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.
Stars: ✭ 41 (+95.24%)
Mutual labels:  stylelint, postcss
electron-vue-boilerplate
Simple boilerplate for building Vue app with Electron and Webpack.
Stars: ✭ 53 (+152.38%)
Mutual labels:  stylelint, postcss
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (+190.48%)
Mutual labels:  stylelint, postcss
element-plus-admin
基于vite+ts+elementPlus
Stars: ✭ 361 (+1619.05%)
Mutual labels:  stylelint, postcss
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+1138.1%)
Mutual labels:  stylelint, postcss
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (+157.14%)
Mutual labels:  stylelint, gulp
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (+200%)
Mutual labels:  stylelint, postcss
bowman
A simple static site generator with an integrated toolchain for efficient development and delivery.
Stars: ✭ 17 (-19.05%)
Mutual labels:  stylelint, postcss

Starter Kit

Maintainability GitHub GitHub repo size GitHub package.json version Netlify Status

A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS

Table of Contents

Installation

git clone https://github.com/onedevstudio/starter-kit.git your-project
cd your-project/ && rm -rf .git
yarn install # or npm install
yarn dev # or npm run dev

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request. Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Tasks

Gulp tasks

  • gulp ~> Build and watch files
  • gulp watch ~> Watch js files
  • gulp server ~> Watch js files and start browser sync server
  • gulp copyFiles ~> Copy static files
  • gulp favicons ~> Generate all favicons
  • gulp build ~> Build all files

NPM scripts

  • npm run start ~> Starts the task gulp server in env production
  • npm run prod ~> Starts the tasks npm run lint and npm run build
  • npm run build ~> Starts the tasks gulp build in env production
  • npm run dev ~> Starts the tasks gulp in env development
  • npm run deploy ~> Starts the tasks npm run prod and run the command netlify deploy --prod
  • npm run eslint ~> Run the command eslint .
  • npm run eslint:fix ~> Run the task npm run eslint --fix
  • npm run stylelint ~> Run the command stylelint "**/*.scss"
  • npm run stylelint:fix ~> Run the task npm run stylelint --fix
  • npm run lint ~> Starts the tasks npm run eslint and npm run stylelint
  • npm run pre-commit ~> Start the task npm run lint

History

See Releases for detailed changelog.

Author

twitter/oseunando
Fernando Moreira

License

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

Code is under MIT License - © Fernando Moreira

Buy me a coffee?

It will encourage me to keep it going, fix whatever bugs you find and spend time making it better :D

Buy me a coffee? - https://www.paypal.me/nandomoreira/5
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].