Skip to content

chriscandy/webpack-4-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 4 Starter

A simple starter repo for a Webpack 4 project.

  • Production and development modes
  • Babel transpiling from ES6 to ES5
  • Webpack Dev Server

Usage

git clone git@github.com:chriscandy/webpack-4-starter.git     # clone the repo
yarn                                                          # install all dependencies
yarn dev                                                      # fire up the webpack-dev-server
yarn build                                                    # build production ready project

Styles

CSS are generated from SCSS files located in the ./src/scss directory.

Todo

  • ESLint + Prettier integration
    • For consistent code styling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors