yuchiko / webpack-boilerplate

📦 Webpack Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Boilerplate

Grid rules

Boilerplate GH page

Prerequisites

  • yarn
  • node 14.21
  • nvm or fnm

Install

Install and use proper node version from .nvmrc file

nvm install && nvm use

Install all dependencies

yarn install

In case using with Wordpress follow instructions which can be found by comments:

// Wordpress TODO:

Usage

yarn start - dev server

yarn build - build static files

Pre Commit

eslint and stylelint run automatically on precommit hook for changed files

About

📦 Webpack Boilerplate


Languages

Language:SCSS 53.3%Language:JavaScript 26.7%Language:Pug 19.9%Language:CSS 0.1%