Skip to content

A webpack boilerplate template for creating multi-page applications

License

Notifications You must be signed in to change notification settings

ZachTRice/webpack-multi-page-template

Repository files navigation

Webpack Multi-Page Template

A webpack boilerplate template for creating multi-page applications

Table of Contents

Installation

Download to your project directory, add README.md, and commit:

git clone https://github.com/ZachTRice/webpack-multi-page-template.git
npm install
npm run build
npm start

Usage

npm run build - Creates the project in development mode and outputs to the dist folder npm start - Creates the project in production mode, runs webpack watch, and outputs changes to the dist folder

Support

Please open an issue for support.

Contributing

Please contribute using Gitflow. Create a feature branch, add commits, and open a pull request.

Releases

No releases published

Packages

No packages published