Skip to content

This is my simple template for creating new webpack based projects.

License

Notifications You must be signed in to change notification settings

zackurben/webpack-template

Repository files navigation

Webpack Template

This is my simple template for creating new webpack based projects. The purpose of this repo is to provide a quick, cloneable, starting point for new projects.

This is an open source project under the MIT license, see LICENSE.md for additional information.

Usage

git clone https://github.com/zackurben/webpack-template.git my-project

Included Scripts

lint

npm run lint

Format the codebase with prettier.

test

npm test

Run the tests with jest.

watch

npm run watch

Watch code changes to trigger new webpack builds.

start

npm start

Start the webpack dev server and watch for any file changes. This will open your default browser to http://localhost:8080/

build

npm run build

Build the production dist files for the js bundle.

Contact

About

This is my simple template for creating new webpack based projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages