An open API service indexing awesome lists of open source software.

https://github.com/zachtrice/webpack-multi-page-template

A webpack boilerplate template for creating multi-page applications
https://github.com/zachtrice/webpack-multi-page-template

boilerplate boilerplate-template multipage-application web-application webpack webpack4

Last synced: about 2 months ago
JSON representation

A webpack boilerplate template for creating multi-page applications

Awesome Lists containing this project

README

          

# Webpack Multi-Page Template

A webpack boilerplate template for creating multi-page applications

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)
- [Contributing](#contributing)

## Installation

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

```sh
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](https://github.com/ZachTRice/webpack-multi-page-template/issues/new) for support.

## Contributing

Please contribute using [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow). Create a feature branch, add commits, and [open a pull request](https://github.com/ZachTRice/webpack-multi-page-template/compare/).