Skip to content
/ webpack-starter Public template

This repository is used as a starter for a website using webpack.

Notifications You must be signed in to change notification settings

philskat/webpack-starter

Repository files navigation

Node.js CI

Webpack-starter

This repository is used as a template for webpack projects. It allows for javascript code to be bundled in a minified version. This starter also includes the html-webpack-plugin and an sass loader.

Usage

Clone the repository to your local machine with

git clone https://github.com/philskat/webpack-starter <project-name>

afterwards install the dependencies running npm install.

Commands

Run npm run build to build the app in an production version.

For development use the command npm run dev to run the webpack-dev-server. This enables live-reload on the content.

About

This repository is used as a starter for a website using webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published