Skip to content

GerritSe/webpack-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-project-template

Template for webpack applications

Usage

  • Install yarn and use it instead of npm to take advantage of yarns lockfile (brew install yarn)
  • Merge desired PRs into master locally
  • Install dependencies (yarn install)

Start development server

yarn run dev

Build production bundle

yarn run build

Run tests

yarn run test

About

Template for webpack applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published