Skip to content

yuchiko/webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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