All Projects → vadimmarkov → webpack-es6-sass-boilerplate

vadimmarkov / webpack-es6-sass-boilerplate

Licence: other
A minimalistic webpack 4 based boilerplate for building web apps

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to webpack-es6-sass-boilerplate

react-boilerplate
minimalize modern react boilerplate created using webpack 4 include technology pwa and include popular tools for react developer
Stars: ✭ 18 (-52.63%)
Mutual labels:  webpack-boilerplate, webpack4
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (-13.16%)
Mutual labels:  webpack-boilerplate, webpack4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-36.84%)
Mutual labels:  webpack-boilerplate, webpack4
simple react startkit
This is a simple react boilerplate, without complex dependencies(eg. redux or router), this project can help you start the react project in seconds.
Stars: ✭ 109 (+186.84%)
Mutual labels:  webpack4
React-Whole-barrels
webapck + react + react-router +dva + es6 + less + antd 实现的脚手架 👌👌
Stars: ✭ 23 (-39.47%)
Mutual labels:  webpack4
generator-nitro
Your frontend? Fuel it with Nitro! Develop your frontend with a proven but flexible Node.js app, even in a large team.
Stars: ✭ 65 (+71.05%)
Mutual labels:  webpack4
webpack-demo
Introduction to Webpack 4
Stars: ✭ 26 (-31.58%)
Mutual labels:  webpack4
critical-plugin
⚙️ Critical plugin for webpack (https://webpack.js.org/)
Stars: ✭ 17 (-55.26%)
Mutual labels:  webpack4
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+386.84%)
Mutual labels:  webpack-boilerplate
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (+13.16%)
Mutual labels:  webpack4
node-js-starter-kit
This is the starter kit project for node js REST API development with express js, mongodb, typescript, webpack specially designed for REST API projects.
Stars: ✭ 14 (-63.16%)
Mutual labels:  webpack4
python-webpack-boilerplate
Django Webpack boilerplate & Flask Webpack boilerplate
Stars: ✭ 87 (+128.95%)
Mutual labels:  webpack-boilerplate
webpack-4-react-bootstrap-starter-template
Starter boilerplate template for webpack 4 with React, Bootstrap 4
Stars: ✭ 16 (-57.89%)
Mutual labels:  webpack4
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+152.63%)
Mutual labels:  webpack4
webpack-guide
webpack4 使用指南
Stars: ✭ 21 (-44.74%)
Mutual labels:  webpack4
webpack4.x-multi-page
multi page application
Stars: ✭ 38 (+0%)
Mutual labels:  webpack4
template
使用 phaser3 + es6 + webpack4.8.1 配置开发游戏(基本模版)
Stars: ✭ 12 (-68.42%)
Mutual labels:  webpack4
Electron-Webpack4-React-Sass
Boilerplate for an Electron-app created with Webpack 4, React and Sass.
Stars: ✭ 25 (-34.21%)
Mutual labels:  webpack4
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+150%)
Mutual labels:  webpack4
Splain
small parser to create more interesting language/sentences
Stars: ✭ 15 (-60.53%)
Mutual labels:  webpack4

Webpack ES6+ Sass Boilerplate devDependency Status Known Vulnerabilities

A minimalistic webpack 4 based boilerplate for building web apps.

What’s included?

  • Webpack 4 JavaScript module bundler
  • Babel 7 compiler ES6+ code into a backwards compatible version of JavaScript
  • SASS preprocessor for CSS
  • Autoprefixer for vendor prefixes (browser compability)
  • Eslint JavaScript linter
  • Stylelint CSS/SASS linter
  • Prettier an opinionated code formatter
  • lint-staged run linting and formatting your files that are marked as "staged" via git add before you commit.

Getting started

  • clone the repo via git clone https://github.com/vadimmarkov/webpack-es6-sass-boilerplate.git
  • cd webpack-es6-sass-boilerplate
  • run npm install to fetch all the dependencies
  • run npm run start to start the webpack-dev-server (localhost:8080 will be opened automatically)
  • start developing
  • when you are done, run npm run build to get the production version of your app

Commands

  • start - start the dev server
  • build - create build in build folder
  • analyze - analyze your production bundle
  • lint-code - run an ESLint check
  • lint-style - run a Stylelint check
  • check-eslint-config - check if ESLint config contains any rules that are unnecessary or conflict with Prettier
  • check-stylelint-config - check if Stylelint config contains any rules that are unnecessary or conflict with Prettier
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].