Skip to content

scgaya/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Template Setup

This is a template webpack config that can be used as the foundation for front-end projects. It includes comments in webpack.config.js that detail the config's structure & functionality. I created this as a template I can easily use to quickly start new projects. This project has greatly refined my knowledge of module bundlers and their nuances.

Installation

Prerequisites

You must have Node.js installed on your computer. I recommend using nvm to manage Node on your computer.

Install

To install the node dependencies, run

npm install

Usage

To build the distribtution code:

npm run build

To run the dev server on port 9000:

npm run dev

Credits

Thank you to Traversy Media for the excellent webpack starter tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors