Coder Social home page Coder Social logo

sarvarkhuja / webpack-es6-sass-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vadimmarkov/webpack-es6-sass-boilerplate

0.0 1.0 0.0 2.75 MB

A minimalistic webpack 4 based boilerplate for building web apps

Home Page: webpack-es6-sass-boilerplate.vercel.app

HTML 12.81% JavaScript 57.47% SCSS 29.71%

webpack-es6-sass-boilerplate's Introduction

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

webpack-es6-sass-boilerplate's People

Contributors

dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.