ZachTRice / webpack-multi-page-template

A webpack boilerplate template for creating multi-page applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A webpack boilerplate template for creating multi-page applications

License:MIT License


Languages

Language:JavaScript 97.9%Language:CSS 2.1%