zackurben / webpack-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 87.2%Language:HTML 12.8%