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
- Host: GitHub
- URL: https://github.com/zachtrice/webpack-multi-page-template
- Owner: ZachTRice
- License: mit
- Created: 2018-05-08T19:14:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:54:25.000Z (about 8 years ago)
- Last Synced: 2025-02-24T11:23:04.574Z (over 1 year ago)
- Topics: boilerplate, boilerplate-template, multipage-application, web-application, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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/).