Skip to content

Prem4u/webpackBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpackBasic

This is a simple example to understand webpack and its feature

install the required package as dev dependencies

npm init

npm install --save-dev webpack webpack-cli webpack-server

command to build and run

npm build ->build without deployment

npm start ->build and deploy the app to webpack-dev-server

For more details click

About

This is a simple example of understanding webpack basics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors