Skip to content

jsldvr/webpack-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-demo

This is a simple webpack demo project. It is a single page application.

Usage

The following commands are available:

Installation

npm install

Development Server

npm start -- --env project=example.com

Build For Staging

npm run stage -- --env project=example.com --env stage=true

Build For Production

npm run build -- --env project=example.com

About

Fun with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published